Skip to content

Commit 45c9cae

Browse files
committed
OCPBUGS#4634 Use config CR instead or operator CR
1 parent d19606f commit 45c9cae

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)