Skip to content

Commit 9c5e770

Browse files
authored
Merge pull request #38126 from jboxman-rh/OSDOCS-2843
Fix OVN-Kubernetes rollback table
2 parents e37ec33 + c5b5e4d commit 9c5e770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nw-ovn-kubernetes-migration-about.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If a rollback to OpenShift SDN is required, the following table describes the pr
172172
|The MCO stops.
173173

174174
|
175-
Set the `migration` field of the `Network.operator.openshift.io` custom resource (CR) named `cluster` to `OVNKubernetes`. Make sure the `migration` field is `null` before setting it to a value.
175+
Set the `migration` field of the `Network.operator.openshift.io` custom resource (CR) named `cluster` to `OpenShiftSDN`. Make sure the `migration` field is `null` before setting it to a value.
176176
|
177177
CNO:: Updates the status of the `Network.config.openshift.io` CR named `cluster` accordingly.
178178

@@ -181,8 +181,8 @@ CNO:: Updates the status of the `Network.config.openshift.io` CR named `cluster`
181181
CNO:: Performs the following actions:
182182
+
183183
--
184-
* Destroys the OpenShift SDN control plane pods.
185-
* Deploys the OVN-Kubernetes control plane pods.
184+
* Destroys the OVN-Kubernetes control plane pods.
185+
* Deploys the OpenShift SDN control plane pods.
186186
* Updates the Multus objects to reflect the new cluster network provider.
187187
--
188188

0 commit comments

Comments
 (0)