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
@@ -1199,6 +1199,54 @@ Additional Azure configuration parameters are described in the following table:
1199
1199
|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`.
1200
1200
|`Accelerated` or `Basic`.
1201
1201
1202
+
|`compute.platform.azure.type`
1203
+
|Defines the Azure instance type for compute machines.
1204
+
|String
1205
+
1206
+
|`compute.platform.azure.zones`
1207
+
|The availability zones where the installation program creates compute machines.
1208
+
|String list
1209
+
1210
+
|`controlPlane.platform.azure.type`
1211
+
|Defines the Azure instance type for control plane machines.
1212
+
|String
1213
+
1214
+
|`controlPlane.platform.azure.zones`
1215
+
|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.
1228
+
|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.
1232
+
|String, in the format `00000000-0000-0000-0000-000000000000`.
|`premium_LRS` or `standardSSD_LRS`. The default is `premium_LRS`.
1241
+
1242
+
|`platform.azure.defaultMachinePlatform.type`
1243
+
|The Azure instance type for control plane and compute machines.
1244
+
|The Azure instance type.
1245
+
1246
+
|`platform.azure.defaultMachinePlatform.zones`
1247
+
|The availability zones where the installation program creates compute and control plane machines.
1248
+
|String list.
1249
+
1202
1250
|`controlPlane.platform.azure.encryptionAtHost`
1203
1251
|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.
1204
1252
|`true` or `false`. The default is `false`.
@@ -1984,10 +2032,6 @@ Additional Azure configuration parameters are described in the following table:
1984
2032
|Defines the azure instance type for compute machines.
1985
2033
|String
1986
2034
1987
-
|`compute.platform.azure.zones`
1988
-
|The availability zones where the installation program creates compute machines.
1989
-
|String list
1990
-
1991
2035
|`controlPlane.platform.azure.osDisk.diskSizeGB`
1992
2036
|The Azure disk size for the VM.
1993
2037
|Integer that represents the size of the disk in GB. The default is `1024`.
@@ -2000,26 +2044,6 @@ Additional Azure configuration parameters are described in the following table:
2000
2044
|Defines the azure instance type for control plane machines.
2001
2045
|String
2002
2046
2003
-
|`controlPlane.platform.azure.zones`
2004
-
|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.
2017
-
|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.
2021
-
|String, in the format `00000000-0000-0000-0000-000000000000`.
0 commit comments