Kubernetes Cluster Default Node Pool
Constructors
Types
Properties
Should the Kubernetes Auto Scaler be enabled for this Node Pool?
A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It cannot be specified for Windows nodes and must be a static string (i.e. will be printed raw and not executed as a script). Changing this forces a new resource to be created.
Version of Kubernetes used for the Agents. If not specified, the default node pool will be created with the version specified by kubernetes_version
. If both are unspecified, the latest recommended version will be used at provisioning time (but won't auto-upgrade). AKS does not require an exact patch version to be specified, minor version aliases such as 1.22
are also supported. - The minor version's latest GA patch is automatically chosen in that case. More details can be found in the documentation.
Specifies the OS SKU used by the agent pool. Possible values include: AzureLinux
, Ubuntu
, Windows2019
, Windows2022
. If not specified, the default is Ubuntu
if OSType=Linux or Windows2019
if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022
after Windows2019 is deprecated. temporary_name_for_rotation
must be specified when attempting a change.
Used to specify whether the UltraSSD is enabled in the Default Node Pool. Defaults to false
. See the documentation for more information. temporary_name_for_rotation
must be specified when attempting a change.