From 45c9cae7f5fa428e359430257e262f47679fe0d9 Mon Sep 17 00:00:00 2001 From: cbippley Date: Wed, 14 Dec 2022 11:27:37 -0500 Subject: [PATCH] OCPBUGS#4634 Use config CR instead or operator CR --- modules/nw-dual-stack-convert-back-single-stack.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nw-dual-stack-convert-back-single-stack.adoc b/modules/nw-dual-stack-convert-back-single-stack.adoc index adf8d01bdfbb..69f97f2cd75a 100644 --- a/modules/nw-dual-stack-convert-back-single-stack.adoc +++ b/modules/nw-dual-stack-convert-back-single-stack.adoc @@ -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.