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
@@ -934,6 +934,10 @@ Additional Azure configuration parameters are described in the following table:
934
934
|Defines the type of disk.
935
935
|`standard_LRS`, `premium_LRS`, or `standardSSD_LRS`. The default is `premium_LRS`.
936
936
937
+
|`compute.platform.azure.ultraSSDCapability`
938
+
|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.
939
+
|`Enabled`, `Disabled`. The default is `Disabled`.
940
+
937
941
|`controlPlane.platform.azure.osDisk.diskSizeGB`
938
942
|The Azure disk size for the VM.
939
943
|Integer that represents the size of the disk in GB. The default is `1024`.
@@ -942,6 +946,10 @@ Additional Azure configuration parameters are described in the following table:
942
946
|Defines the type of disk.
943
947
|`premium_LRS` or `standardSSD_LRS`. The default is `premium_LRS`.
944
948
949
+
|`controlPlane.platform.azure.ultraSSDCapability`
950
+
|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.
951
+
|`Enabled`, `Disabled`. The default is `Disabled`.
952
+
945
953
|`platform.azure.baseDomainResourceGroupName`
946
954
|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.
980
+
|`Enabled`, `Disabled`. The default is `Disabled`.
981
+
970
982
|`platform.azure.networkResourceGroupName`
971
983
|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