Skip to content

Commit b9bd1b9

Browse files
committed
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 bb7a2ee commit b9bd1b9

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)