Skip to content

Commit dac7ad1

Browse files
committed
OCPBUGS#8459: Update Azure parameters
1 parent 3cf1f29 commit dac7ad1

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
@@ -1223,6 +1223,54 @@ Additional Azure configuration parameters are described in the following table:
12231223
|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`.
12241224
|`Accelerated` or `Basic`.
12251225

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.
1240+
|String list
1241+
1242+
|`platform.azure.defaultMachinePlatform.encryptionAtHost`
1243+
|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.
1244+
|`true` or `false`. The default is `false`.
1245+
1246+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.name`
1247+
|The name of the disk encryption set that contains the encryption key from the installation prerequisites.
1248+
|String, for example, `production_disk_encryption_set`.
1249+
1250+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.resourceGroup`
1251+
|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`.
1253+
1254+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.subscriptionId`
1255+
|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`.
1257+
1258+
|`platform.azure.defaultMachinePlatform.osDisk.diskSizeGB`
1259+
|The Azure disk size for the VM.
1260+
|Integer that represents the size of the disk in GB. The default is `128`.
1261+
1262+
|`platform.azure.defaultMachinePlatform.osDisk.diskType`
1263+
|Defines the type of disk.
1264+
|`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+
12261274
|`controlPlane.platform.azure.encryptionAtHost`
12271275
|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.
12281276
|`true` or `false`. The default is `false`.
@@ -2008,10 +2056,6 @@ Additional Azure configuration parameters are described in the following table:
20082056
|Defines the azure instance type for compute machines.
20092057
|String
20102058

2011-
|`compute.platform.azure.zones`
2012-
|The availability zones where the installation program creates compute machines.
2013-
|String list
2014-
20152059
|`controlPlane.platform.azure.osDisk.diskSizeGB`
20162060
|The Azure disk size for the VM.
20172061
|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:
20242068
|Defines the azure instance type for control plane machines.
20252069
|String
20262070

2027-
|`controlPlane.platform.azure.zones`
2028-
|The availability zones where the installation program creates control plane machines.
2029-
|String list
2030-
2031-
|`platform.azure.defaultMachinePlatform.encryptionAtHost`
2032-
|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.
2033-
|`true` or `false`. The default is `false`.
2034-
2035-
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.name`
2036-
|The name of the disk encryption set that contains the encryption key from the installation prerequisites.
2037-
|String, for example, `production_disk_encryption_set`.
2038-
2039-
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.resourceGroup`
2040-
|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`.
2042-
2043-
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.subscriptionId`
2044-
|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`.
2046-
20472071
|`platform.azure.defaultMachinePlatform.osDisk.diskSizeGB`
20482072
|The Azure disk size for the VM.
20492073
|Integer that represents the size of the disk in GB. The default is `128`.
@@ -2056,10 +2080,6 @@ Additional Azure configuration parameters are described in the following table:
20562080
|The Azure instance type for control plane and compute machines.
20572081
|The Azure instance type.
20582082

2059-
|`platform.azure.defaultMachinePlatform.zones`
2060-
|The availability zones where the installation program creates compute and control plane machines.
2061-
|String list.
2062-
20632083
|`platform.azure.armEndpoint`
20642084
|The URL of the Azure Resource Manager endpoint that your Azure Stack Hub operator provides.
20652085
|String

0 commit comments

Comments
 (0)