-
Bug
-
Resolution: Done
-
Critical
-
None
-
4.13.z
-
None
-
Quality / Stability / Reliability
-
False
-
-
3
-
Important
-
No
-
None
-
None
-
None
-
OSDOCS Sprint 249, OSDOCS Sprint 250, OSDOCS Sprint 251
-
3
-
None
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
Hi Team,
AS per doc[1] from OCP 4.13.x we can configure the OVN-Kubernetes hybrid network overlay post-installation.
~~~
To configure the OVN-Kubernetes hybrid network overlay, enter the following command:
$ oc patch networks.operator.openshift.io cluster --type=merge \
-p '{
"spec":{
"defaultNetwork":{
"ovnKubernetesConfig":{
"hybridOverlayConfig":{
"hybridClusterNetwork":[
],
"hybridOverlayVXLANPort": <overlay_port>
}
}
}
}
}'
~~~
But the doc[2] says in the prerequisite we have to configure OVN-Kubernetes hybrid network overlay during the cluster installation.
~~~
You have configured hybrid networking with OVN-Kubernetes for your cluster. This must be completed during the installation of your cluster. For more information, see Configuring hybrid networking.
~~~
[1] https://docs.openshift.com/container-platform/4.13/networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.html
[2] https://docs.openshift.com/container-platform/4.13/windows_containers/enabling-windows-container-workloads.html
- Need to change the documentation on doc[2]
Thanks
Suyambu