Skip to content

Commit c75ec5f

Browse files
authored
Merge pull request #50657 from mjpytlak/osdocs-4146
OSDOCS-4146: Added step to remove manifests that define control plane…
2 parents 54b7a58 + 2d6cc2a commit c75ec5f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@ $ 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[]
170+
. Remove the Kubernetes manifest files that define the control plane machineset:
171+
+
172+
[source,terminal]
173+
----
174+
$ rm -f <installation_directory>/openshift/99_openshift-machine-api_master-control-plane-machine-set.yaml
175+
----
176+
endif::aws[]
177+
169178
ifdef::gcp[]
170179
ifndef::user-infra-vpc[]
171180
. Optional: If you do not want the cluster to provision compute machines, remove
@@ -182,8 +191,7 @@ ifdef::aws,azure,ash,gcp[]
182191
$ rm -f <installation_directory>/openshift/99_openshift-cluster-api_worker-machineset-*.yaml
183192
----
184193
+
185-
Because you create and manage the worker machines yourself, you do not need
186-
to initialize these machines.
194+
Because you create and manage the worker machines yourself, you do not need to initialize these machines.
187195
endif::aws,azure,ash,gcp[]
188196

189197
ifdef::osp,vsphere,vmc[]

0 commit comments

Comments
 (0)