Skip to content

Commit e4c3493

Browse files
authored
Merge pull request #62526 from mjpytlak/ocpbugs-13804
OCPBUGS#13804: Removed support of standardSSD_LRS disk type from Azure Stack Hub
2 parents 9907ffa + 82cdc97 commit e4c3493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ Additional Azure configuration parameters are described in the following table:
19001900

19011901
|`compute.platform.azure.osDisk.diskType`
19021902
|Defines the type of disk.
1903-
|`standard_LRS`, `premium_LRS`, or `standardSSD_LRS`. The default is `premium_LRS`.
1903+
|`standard_LRS` or `premium_LRS`. The default is `premium_LRS`.
19041904

19051905
|`compute.platform.azure.type`
19061906
|Defines the azure instance type for compute machines.
@@ -1912,7 +1912,7 @@ Additional Azure configuration parameters are described in the following table:
19121912

19131913
|`controlPlane.platform.azure.osDisk.diskType`
19141914
|Defines the type of disk.
1915-
|`premium_LRS` or `standardSSD_LRS`. The default is `premium_LRS`.
1915+
|`premium_LRS`.
19161916

19171917
|`controlPlane.platform.azure.type`
19181918
|Defines the azure instance type for control plane machines.
@@ -1924,7 +1924,7 @@ Additional Azure configuration parameters are described in the following table:
19241924

19251925
|`platform.azure.defaultMachinePlatform.osDisk.diskType`
19261926
|Defines the type of disk.
1927-
|`standard_LRS`, `premium_LRS`, or `standardSSD_LRS`. The default is `premium_LRS`.
1927+
|`standard_LRS` or `premium_LRS`. The default is `premium_LRS`.
19281928

19291929
|`platform.azure.defaultMachinePlatform.type`
19301930
|The Azure instance type for control plane and compute machines.

0 commit comments

Comments
 (0)