Skip to content

Commit 00f0b10

Browse files
authored
Merge pull request #46332 from bscott-rh/OSDOCS-3713
OSDOCS-3713 adding ultra SSD capability to Azure install doc
2 parents cef78db + 94f0ca1 commit 00f0b10

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

modules/installation-azure-config-yaml.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ controlPlane: <2>
4141
name: master
4242
platform:
4343
azure:
44+
ultraSSDCapability: Enabled
4445
osDisk:
4546
diskSizeGB: 1024 <5>
4647
diskType: Premium_LRS
@@ -51,6 +52,7 @@ compute: <2>
5152
name: worker
5253
platform:
5354
azure:
55+
ultraSSDCapability: Enabled
5456
type: Standard_D2s_v3
5557
osDisk:
5658
diskSizeGB: 512 <5>
@@ -83,6 +85,8 @@ endif::openshift-origin[]
8385
- 172.30.0.0/16
8486
platform:
8587
azure:
88+
defaultMachinePlatform:
89+
ultraSSDCapability: Enabled
8690
baseDomainResourceGroupName: resource_group <7>
8791
ifndef::gov[]
8892
region: centralus <1>

modules/installation-configuration-parameters.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,10 @@ Additional Azure configuration parameters are described in the following table:
934934
|Defines the type of disk.
935935
|`standard_LRS`, `premium_LRS`, or `standardSSD_LRS`. The default is `premium_LRS`.
936936

937+
|`compute.platform.azure.ultraSSDCapability`
938+
|Enables the use of Azure ultra disks for persistent storage on compute nodes. This requires that your Azure region and zone have ultra disks available.
939+
|`Enabled`, `Disabled`. The default is `Disabled`.
940+
937941
|`controlPlane.platform.azure.osDisk.diskSizeGB`
938942
|The Azure disk size for the VM.
939943
|Integer that represents the size of the disk in GB. The default is `1024`.
@@ -942,6 +946,10 @@ Additional Azure configuration parameters are described in the following table:
942946
|Defines the type of disk.
943947
|`premium_LRS` or `standardSSD_LRS`. The default is `premium_LRS`.
944948

949+
|`controlPlane.platform.azure.ultraSSDCapability`
950+
|Enables the use of Azure ultra disks for persistent storage on control plane machines. This requires that your Azure region and zone have ultra disks available.
951+
|`Enabled`, `Disabled`. The default is `Disabled`.
952+
945953
|`platform.azure.baseDomainResourceGroupName`
946954
|The name of the resource group that contains the DNS zone for your base domain.
947955
|String, for example `production_cluster`.
@@ -967,6 +975,10 @@ configuring user-defined routing.
967975
at least two zones.
968976
|List of zones, for example `["1", "2", "3"]`.
969977

978+
|`platform.azure.defaultMachinePlatform.ultraSSDCapability`
979+
|Enables the use of Azure ultra disks for persistent storage on control plane and compute machines. This requires that your Azure region and zone have ultra disks available.
980+
|`Enabled`, `Disabled`. The default is `Disabled`.
981+
970982
|`platform.azure.networkResourceGroupName`
971983
|The name of the resource group that contains the existing VNet that you want to deploy your cluster to. This name cannot be the same as the `platform.azure.baseDomainResourceGroupName`.
972984
|String.

0 commit comments

Comments
 (0)