Skip to content

Commit 5f2be5a

Browse files
Merge pull request #60073 from xenolinux/missing-param-azure
2 parents 1b1bea2 + dac7ad1 commit 5f2be5a

File tree

1 file changed

+48
-28
lines changed

1 file changed

+48
-28
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 48 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,54 @@ Additional Azure configuration parameters are described in the following table:
11991199
|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`.
12001200
|`Accelerated` or `Basic`.
12011201

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.
1216+
|String list
1217+
1218+
|`platform.azure.defaultMachinePlatform.encryptionAtHost`
1219+
|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.
1220+
|`true` or `false`. The default is `false`.
1221+
1222+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.name`
1223+
|The name of the disk encryption set that contains the encryption key from the installation prerequisites.
1224+
|String, for example, `production_disk_encryption_set`.
1225+
1226+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.resourceGroup`
1227+
|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`.
1229+
1230+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.subscriptionId`
1231+
|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`.
1233+
1234+
|`platform.azure.defaultMachinePlatform.osDisk.diskSizeGB`
1235+
|The Azure disk size for the VM.
1236+
|Integer that represents the size of the disk in GB. The default is `128`.
1237+
1238+
|`platform.azure.defaultMachinePlatform.osDisk.diskType`
1239+
|Defines the type of disk.
1240+
|`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+
12021250
|`controlPlane.platform.azure.encryptionAtHost`
12031251
|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.
12041252
|`true` or `false`. The default is `false`.
@@ -1984,10 +2032,6 @@ Additional Azure configuration parameters are described in the following table:
19842032
|Defines the azure instance type for compute machines.
19852033
|String
19862034

1987-
|`compute.platform.azure.zones`
1988-
|The availability zones where the installation program creates compute machines.
1989-
|String list
1990-
19912035
|`controlPlane.platform.azure.osDisk.diskSizeGB`
19922036
|The Azure disk size for the VM.
19932037
|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:
20002044
|Defines the azure instance type for control plane machines.
20012045
|String
20022046

2003-
|`controlPlane.platform.azure.zones`
2004-
|The availability zones where the installation program creates control plane machines.
2005-
|String list
2006-
2007-
|`platform.azure.defaultMachinePlatform.encryptionAtHost`
2008-
|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.
2009-
|`true` or `false`. The default is `false`.
2010-
2011-
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.name`
2012-
|The name of the disk encryption set that contains the encryption key from the installation prerequisites.
2013-
|String, for example, `production_disk_encryption_set`.
2014-
2015-
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.resourceGroup`
2016-
|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`.
2018-
2019-
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.subscriptionId`
2020-
|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`.
2022-
20232047
|`platform.azure.defaultMachinePlatform.osDisk.diskSizeGB`
20242048
|The Azure disk size for the VM.
20252049
|Integer that represents the size of the disk in GB. The default is `128`.
@@ -2032,10 +2056,6 @@ Additional Azure configuration parameters are described in the following table:
20322056
|The Azure instance type for control plane and compute machines.
20332057
|The Azure instance type.
20342058

2035-
|`platform.azure.defaultMachinePlatform.zones`
2036-
|The availability zones where the installation program creates compute and control plane machines.
2037-
|String list.
2038-
20392059
|`platform.azure.armEndpoint`
20402060
|The URL of the Azure Resource Manager endpoint that your Azure Stack Hub operator provides.
20412061
|String

0 commit comments

Comments
 (0)