Skip to content

Commit 31b713b

Browse files
Skaladoropenshift-cherrypick-robot
authored andcommitted
Correct network configuration CR to network.operator for global IP forwarding
The documentation was incorrectly pointing towards network.config instead of network.operator when modifying the global ipForwarding.
1 parent f626208 commit 31b713b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-metallb-configure-address-pool-vlan.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ oc apply -f ipaddresspool-vlan.yaml
4545
+
4646
[source,terminal]
4747
----
48-
$ oc edit network.config.openshift/cluster
48+
$ oc edit network.operator.openshift/cluster
4949
----
5050
+
5151
.. Update the `spec.defaultNetwork.ovnKubernetesConfig` section to include the `gatewayConfig.ipForwarding` set to `Global`. It should look something like this:

0 commit comments

Comments
 (0)