Skip to content

Commit 94f0ca1

Browse files
committed
OSDOCS-3713 adding ultra SSD capability to install doc
1 parent 9bcda74 commit 94f0ca1

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
@@ -974,6 +974,10 @@ Additional Azure configuration parameters are described in the following table:
974974
|Defines the type of disk.
975975
|`standard_LRS`, `premium_LRS`, or `standardSSD_LRS`. The default is `premium_LRS`.
976976

977+
|`compute.platform.azure.ultraSSDCapability`
978+
|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.
979+
|`Enabled`, `Disabled`. The default is `Disabled`.
980+
977981
|`controlPlane.platform.azure.osDisk.diskSizeGB`
978982
|The Azure disk size for the VM.
979983
|Integer that represents the size of the disk in GB. The default is `1024`.
@@ -982,6 +986,10 @@ Additional Azure configuration parameters are described in the following table:
982986
|Defines the type of disk.
983987
|`premium_LRS` or `standardSSD_LRS`. The default is `premium_LRS`.
984988

989+
|`controlPlane.platform.azure.ultraSSDCapability`
990+
|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.
991+
|`Enabled`, `Disabled`. The default is `Disabled`.
992+
985993
|`platform.azure.baseDomainResourceGroupName`
986994
|The name of the resource group that contains the DNS zone for your base domain.
987995
|String, for example `production_cluster`.
@@ -1007,6 +1015,10 @@ configuring user-defined routing.
10071015
at least two zones.
10081016
|List of zones, for example `["1", "2", "3"]`.
10091017

1018+
|`platform.azure.defaultMachinePlatform.ultraSSDCapability`
1019+
|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.
1020+
|`Enabled`, `Disabled`. The default is `Disabled`.
1021+
10101022
|`platform.azure.networkResourceGroupName`
10111023
|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`.
10121024
|String.

0 commit comments

Comments
 (0)