Skip to content

Commit 9de301f

Browse files
authored
Merge pull request #53828 from cbippley/OCPBUGS-4634
OCPBUGS#4634 Use config CR instead of operator CR
2 parents 8c2ff69 + 45c9cae commit 9de301f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-dual-stack-convert-back-single-stack.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ As a cluster administrator, you can convert your dual-stack cluster network to a
1414
1515
.Procedure
1616

17-
. Edit the `Network.operator.openshift.io` custom resource (CR) by running the
17+
. Edit the `networks.config.openshift.io` custom resource (CR) by running the
1818
following command:
1919
+
2020
[source,terminal]
2121
----
22-
$ oc edit networks.operator.openshift.io
22+
$ oc edit networks.config.openshift.io
2323
----
2424

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

0 commit comments

Comments
 (0)