Skip to content

Commit 9cd1ec8

Browse files
committed
Fix the oc patch command for the global ip forwarding in cno docs
The oc patch command for global ipForwarding was missing a single quote at the end and a --type=merge to be applied to any cluster.
1 parent bb7a2ee commit 9cd1ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-cno-enable-ip-forwarding.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The status should eventually report as `Available`, `Progressing=False`, and `De
6060
+
6161
[source,terminal]
6262
----
63-
$ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}
63+
$ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}' --type=merge
6464
----
6565
+
6666
[NOTE]

0 commit comments

Comments
 (0)