Skip to content

Commit

Permalink
Merge pull request #53828 from cbippley/OCPBUGS-4634
Browse files Browse the repository at this point in the history
OCPBUGS#4634 Use config CR instead of operator CR
  • Loading branch information
bergerhoffer authored Dec 15, 2022
2 parents 8c2ff69 + 45c9cae commit 9de301f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nw-dual-stack-convert-back-single-stack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ As a cluster administrator, you can convert your dual-stack cluster network to a
.Procedure

. Edit the `Network.operator.openshift.io` custom resource (CR) by running the
. Edit the `networks.config.openshift.io` custom resource (CR) by running the
following command:
+
[source,terminal]
----
$ oc edit networks.operator.openshift.io
$ oc edit networks.config.openshift.io
----

. Remove the IPv6 specific configuration that you have added to the `cidr` and `hostPrefix` fields in the previous procedure.
Expand Down

0 comments on commit 9de301f

Please sign in to comment.