You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Create a stub manifest file for the advanced network configuration that is named `cluster-network-03-config.yml` in the `<installation_directory>/manifests/` directory:
49
52
+
50
-
[source,terminal]
53
+
[source,yaml]
51
54
----
52
55
apiVersion: operator.openshift.io/v1
53
56
kind: Network
@@ -78,8 +81,8 @@ spec:
78
81
installation program consumes the `manifests/` directory when you create the
79
82
Ignition config files.
80
83
81
-
ifdef::vsphere[]
82
-
. Remove the Kubernetes manifest files that define the control plane machines and compute machineSets:
84
+
ifndef::vsphere-ipi[]
85
+
. Remove the Kubernetes manifest files that define the control plane machines and compute `MachineSets`:
Because you create and manage these resources yourself, you do not have
90
93
to initialize them.
91
94
+
92
-
* You can preserve the MachineSet files to create compute machines by using the machine API, but you must update references to them to match your environment.
93
-
endif::vsphere[]
95
+
* You can preserve the `MachineSet` files to create compute machines by using the machine API, but you must update references to them to match your environment.
0 commit comments