Skip to content

Commit d020838

Browse files
committed
OCPBUGS#8459: Add missing parameters for Azure
1 parent 53aa633 commit d020838

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,14 @@ Additional Azure configuration parameters are described in the following table:
17191719
|Defines the type of disk.
17201720
|`standard_LRS`, `premium_LRS`, or `standardSSD_LRS`. The default is `premium_LRS`.
17211721

1722+
|`compute.platform.azure.type`
1723+
|Defines the azure instance type for compute machines.
1724+
|String
1725+
1726+
|`compute.platform.azure.zones`
1727+
|The availability zones where the installation program creates compute machines.
1728+
|String list
1729+
17221730
|`controlPlane.platform.azure.osDisk.diskSizeGB`
17231731
|The Azure disk size for the VM.
17241732
|Integer that represents the size of the disk in GB. The default is `1024`.
@@ -1727,6 +1735,46 @@ Additional Azure configuration parameters are described in the following table:
17271735
|Defines the type of disk.
17281736
|`premium_LRS` or `standardSSD_LRS`. The default is `premium_LRS`.
17291737

1738+
|`controlPlane.platform.azure.type`
1739+
|Defines the azure instance type for control plane machines.
1740+
|String
1741+
1742+
|`controlPlane.platform.azure.zones`
1743+
|The availability zones where the installation program creates control plane machines.
1744+
|String list
1745+
1746+
|`platform.azure.defaultMachinePlatform.encryptionAtHost`
1747+
|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.
1748+
|`true` or `false`. The default is `false`.
1749+
1750+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.name`
1751+
|The name of the disk encryption set that contains the encryption key from the installation prerequisites.
1752+
|String, for example, `production_disk_encryption_set`.
1753+
1754+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.resourceGroup`
1755+
|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.
1756+
|String, for example, `production_encryption_resource_group`.
1757+
1758+
|`platform.azure.defaultMachinePlatform.osDisk.diskEncryptionSet.subscriptionId`
1759+
|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.
1760+
|String, in the format `00000000-0000-0000-0000-000000000000`.
1761+
1762+
|`platform.azure.defaultMachinePlatform.osDisk.diskSizeGB`
1763+
|The Azure disk size for the VM.
1764+
|Integer that represents the size of the disk in GB. The default is `128`.
1765+
1766+
|`platform.azure.defaultMachinePlatform.osDisk.diskType`
1767+
|Defines the type of disk.
1768+
|`standard_LRS`, `premium_LRS`, or `standardSSD_LRS`. The default is `premium_LRS`.
1769+
1770+
|`platform.azure.defaultMachinePlatform.type`
1771+
|The Azure instance type for control plane and compute machines.
1772+
|The Azure instance type.
1773+
1774+
|`platform.azure.defaultMachinePlatform.zones`
1775+
|The availability zones where the installation program creates compute and control plane machines.
1776+
|String list.
1777+
17301778
|`platform.azure.armEndpoint`
17311779
|The URL of the Azure Resource Manager endpoint that your Azure Stack Hub operator provides.
17321780
|String

0 commit comments

Comments
 (0)