Skip to content

Commit fa61b18

Browse files
authored
Merge pull request #55061 from mjpytlak/osdocs-4853
OSDOCS-4853: Add step to remove manifests for control plane machine set
2 parents 6344e4f + 990ac22 commit fa61b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-user-infra-generate-k8s-manifest-ignition.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@ $ rm -f <installation_directory>/openshift/99_openshift-cluster-api_master-machi
166166
By removing these files, you prevent the cluster from automatically generating control plane machines.
167167
endif::aws,azure,ash,gcp[]
168168
169-
ifdef::aws,gcp[]
169+
ifdef::aws,ash,azure,gcp[]
170170
. Remove the Kubernetes manifest files that define the control plane machine set:
171171
+
172172
[source,terminal]
173173
----
174174
$ rm -f <installation_directory>/openshift/99_openshift-machine-api_master-control-plane-machine-set.yaml
175175
----
176-
endif::aws,gcp[]
176+
endif::aws,ash,azure,gcp[]
177177
178178
ifdef::gcp[]
179179
ifndef::user-infra-vpc[]

0 commit comments

Comments
 (0)