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
+48-28Lines changed: 48 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1223,6 +1223,54 @@ Additional Azure configuration parameters are described in the following table:
1223
1223
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance. If instance type of compute machines support `Accelerated` networking, by default, the installer enables `Accelerated` networking, otherwise the default networking type is `Basic`.
1224
1224
|`Accelerated` or `Basic`.
1225
1225
1226
+
|`compute.platform.azure.type`
1227
+
|Defines the Azure instance type for compute machines.
1228
+
|String
1229
+
1230
+
|`compute.platform.azure.zones`
1231
+
|The availability zones where the installation program creates compute machines.
1232
+
|String list
1233
+
1234
+
|`controlPlane.platform.azure.type`
1235
+
|Defines the Azure instance type for control plane machines.
1236
+
|String
1237
+
1238
+
|`controlPlane.platform.azure.zones`
1239
+
|The availability zones where the installation program creates control plane machines.
|Enables host-level encryption for compute machines. You can enable this encryption alongside user-managed server-side encryption. This feature encrypts temporary, ephemeral, cached, and un-managed disks on the VM host. This parameter is not a prerequisite for user-managed server-side encryption.
|The name of the Azure resource group that contains the disk encryption set from the installation prerequisites. To avoid deleting your Azure encryption key when the cluster is destroyed, this resource group must be different from the resource group where you install the cluster. This value is necessary only if you intend to install the cluster with user-managed disk encryption.
1252
+
|String, for example, `production_encryption_resource_group`.
|Defines the Azure subscription of the disk encryption set where the disk encryption set resides. This secondary disk encryption set is used to encrypt compute machines.
1256
+
|String, in the format `00000000-0000-0000-0000-000000000000`.
|`premium_LRS` or `standardSSD_LRS`. The default is `premium_LRS`.
1265
+
1266
+
|`platform.azure.defaultMachinePlatform.type`
1267
+
|The Azure instance type for control plane and compute machines.
1268
+
|The Azure instance type.
1269
+
1270
+
|`platform.azure.defaultMachinePlatform.zones`
1271
+
|The availability zones where the installation program creates compute and control plane machines.
1272
+
|String list.
1273
+
1226
1274
|`controlPlane.platform.azure.encryptionAtHost`
1227
1275
|Enables host-level encryption for control plane machines. You can enable this encryption alongside user-managed server-side encryption. This feature encrypts temporary, ephemeral, cached and un-managed disks on the VM host. This is not a prerequisite for user-managed server-side encryption.
1228
1276
|`true` or `false`. The default is `false`.
@@ -2008,10 +2056,6 @@ Additional Azure configuration parameters are described in the following table:
2008
2056
|Defines the azure instance type for compute machines.
2009
2057
|String
2010
2058
2011
-
|`compute.platform.azure.zones`
2012
-
|The availability zones where the installation program creates compute machines.
2013
-
|String list
2014
-
2015
2059
|`controlPlane.platform.azure.osDisk.diskSizeGB`
2016
2060
|The Azure disk size for the VM.
2017
2061
|Integer that represents the size of the disk in GB. The default is `1024`.
@@ -2024,26 +2068,6 @@ Additional Azure configuration parameters are described in the following table:
2024
2068
|Defines the azure instance type for control plane machines.
2025
2069
|String
2026
2070
2027
-
|`controlPlane.platform.azure.zones`
2028
-
|The availability zones where the installation program creates control plane machines.
|Enables host-level encryption for compute machines. You can enable this encryption alongside user-managed server-side encryption. This feature encrypts temporary, ephemeral, cached and un-managed disks on the VM host. This is not a prerequisite for user-managed server-side encryption.
|The name of the Azure resource group that contains the disk encryption set from the installation prerequisites. To avoid deleting your Azure encryption key when the cluster is destroyed, this resource group must be different from the resource group where you install the cluster. This value is only necessary if you intend to install the cluster with user-managed disk encryption.
2041
-
|String, for example, `production_encryption_resource_group`.
|Defines the Azure subscription of the disk encryption set where the disk encryption set resides. This secondary disk encryption set is used to encrypt compute machines.
2045
-
|String, in the format `00000000-0000-0000-0000-000000000000`.
0 commit comments