Skip to content

Commit 72d1269

Browse files
authored
Merge pull request #71754 from mburke5678/ocpbugs29602-wrong-disk-type
OCPBUGS29602: OCP documentation wrong disk type for Control Plane node on GCP
2 parents f004031 + 07016f2 commit 72d1269

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/machineset-gcp-pd-disk-types.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,19 @@ spec:
3838
providerSpec:
3939
value:
4040
disks:
41+
ifndef::cpmso[]
4142
type: <pd-disk-type> <1>
43+
endif::cpmso[]
44+
ifdef::cpmso[]
45+
type: pd-ssd <1>
46+
endif::cpmso[]
4247
----
43-
<1> Specify the disk persistent type. Valid values are `pd-ssd`, `pd-standard`, and `pd-balanced`. The default value is `pd-standard`.
48+
ifndef::cpmso[]
49+
<1> Specify the persistent disk type. Valid values are `pd-ssd`, `pd-standard`, and `pd-balanced`. The default value is `pd-standard`.
50+
endif::cpmso[]
51+
ifdef::cpmso[]
52+
<1> Control plane nodes must use the `pd-ssd` disk type.
53+
endif::cpmso[]
4454

4555
.Verification
4656

0 commit comments

Comments
 (0)