Apache CloudStack 4.23.0.0 Root Admin API Reference
addKubernetesSupportedVersion
Add a supported Kubernetes version
Request parameters
| Parameter Name | Description | Required |
| mincpunumber | The minimum number of CPUs to be set with the Kubernetes version | true |
| minmemory | The minimum RAM size in MB to be set with the Kubernetes version | true |
| semanticversion | The semantic version of the Kubernetes version. It needs to be specified in MAJOR.MINOR.PATCH format | true |
| arch | the CPU arch of the Kubernetes ISO. Valid options are: x86_64, aarch64, s390x | false |
| checksum | The checksum value of the binaries ISO. The parameter containing the checksum will be considered a MD5sum if it is not prefixed and just a plain ascii/utf8 representation of a hexadecimal string. If it is required to use another algorithm the hexadecimal string is to be prefixed with a string of the form, "{<algorithm>}", not including the double quotes. In this <algorithm> is the exact string representing the java supported algorithm, i.e. MD5 or SHA-256. Note that java does not contain an algorithm called SHA256 or one called sha-256, only SHA-256. | false |
| directdownload | If set to true the Kubernetes supported version ISO will bypass Secondary Storage and be downloaded to Primary Storage on deployment. Default is false | false |
| name | The name of the Kubernetes supported version | false |
| url | The URL of the binaries ISO for Kubernetes supported version | false |
| zoneid | The ID of the zone in which Kubernetes supported version will be available | false |
Response Tags
| Response Name | Description |
| id | The ID of the Kubernetes supported version |
| arch | the arch of the binaries ISO for Kubernetes supported version |
| created | The date when this Kubernetes supported version was created |
| directdownload | KVM Only: true if the ISO for the Kubernetes supported version is directly downloaded to Primary Storage bypassing Secondary Storage |
| isoid | The ID of the binaries ISO for Kubernetes supported version |
| isoname | The name of the binaries ISO for Kubernetes supported version |
| isostate | The state of the binaries ISO for Kubernetes supported version |
| isourl | the URL of the binaries ISO for Kubernetes supported version |
| mincpunumber | The minimum number of CPUs needed for the Kubernetes supported version |
| minmemory | The minimum RAM size in MB needed for the Kubernetes supported version |
| name | Name of the Kubernetes supported version |
| semanticversion | Kubernetes semantic version |
| state | The enabled or disabled state of the Kubernetes supported version |
| supportsautoscaling | Whether Kubernetes supported version supports Autoscaling |
| supportsha | Whether Kubernetes supported version supports HA, multi-control nodes |
| zoneid | The ID of the zone in which Kubernetes supported version is available |
| zonename | The name of the zone in which Kubernetes supported version is available |