-
Bug
-
Resolution: Obsolete
-
Normal
-
None
-
4.16
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
There's a typo in the step "1. Remove the configuration from the Cluster Network Operator (CNO) configuration object by running the following command:" in the section "Removing the NodeNetworkConfigurationPolicy (NNCP) custom resource (CR)"
$ oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{"spec":{"migration":null}}'
We can't put a backslash, and then continue on the same line.
We need to either:
1) put the rest of the line on a second line
2) remove the backslash
For example:
$ oc patch Network.operator.openshift.io cluster --type='merge' \
--patch '{"spec":{"migration":null}}'
Version-Release number of selected component (if applicable):
I only see this in the 4.16 documentation.
How reproducible:
N/A
Steps to Reproduce:
N/A
Actual results:
N/A
Expected results:
N/A
Additional info:
N/A