-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.13, 4.14, 4.15, 4.16, 4.17, 4.18
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
I think this statement is confusing:
- The OVN-Kubernetes network plugin must be configured in local gateway mode, where ovnKubernetesConfig.gatewayConfig.routingViaHost=true.
it gives impression that routingViaHost=true configures local gateway mode more correct to state
The OVN-Kubernetes network plugin must be configured in Local Gateway Mode, and routingViaHost must be enabled by setting ovnKubernetesConfig.gatewayConfig.routingViaHost=true."
an extension would be to verify that OVN-Kubernetes network plugin is in local gateway mode.
I think oc get network.operator cluster -o jsonpath='{.spec.defaultNetwork.ovnKubernetesConfig.gatewayConfig.mode}'
change mode: oc patch network.operator cluster --type=merge -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":
{"mode":"local"}}}}}'
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: