You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -974,6 +974,10 @@ Additional Azure configuration parameters are described in the following table:
974
974
|Defines the type of disk.
975
975
|`standard_LRS`, `premium_LRS`, or `standardSSD_LRS`. The default is `premium_LRS`.
976
976
977
+
|`compute.platform.azure.ultraSSDCapability`
978
+
|Enables the use of Azure ultra disks for persistent storage on compute nodes. This requires that your Azure region and zone have ultra disks available.
979
+
|`Enabled`, `Disabled`. The default is `Disabled`.
980
+
977
981
|`controlPlane.platform.azure.osDisk.diskSizeGB`
978
982
|The Azure disk size for the VM.
979
983
|Integer that represents the size of the disk in GB. The default is `1024`.
@@ -982,6 +986,10 @@ Additional Azure configuration parameters are described in the following table:
982
986
|Defines the type of disk.
983
987
|`premium_LRS` or `standardSSD_LRS`. The default is `premium_LRS`.
984
988
989
+
|`controlPlane.platform.azure.ultraSSDCapability`
990
+
|Enables the use of Azure ultra disks for persistent storage on control plane machines. This requires that your Azure region and zone have ultra disks available.
991
+
|`Enabled`, `Disabled`. The default is `Disabled`.
992
+
985
993
|`platform.azure.baseDomainResourceGroupName`
986
994
|The name of the resource group that contains the DNS zone for your base domain.
|Enables the use of Azure ultra disks for persistent storage on control plane and compute machines. This requires that your Azure region and zone have ultra disks available.
1020
+
|`Enabled`, `Disabled`. The default is `Disabled`.
1021
+
1010
1022
|`platform.azure.networkResourceGroupName`
1011
1023
|The name of the resource group that contains the existing VNet that you want to deploy your cluster to. This name cannot be the same as the `platform.azure.baseDomainResourceGroupName`.
0 commit comments