-
Bug
-
Resolution: Done
-
Major
-
4.15, 4.16
-
None
-
Important
-
None
-
3
-
OSDOCS Sprint 266
-
1
-
False
-
Description of problem:
Documentation for changing cluster MTU has missing information about OpenshiftSDN CNI. It is complete for OVN-Kubernetes, however important information and steps for OpenshiftSDN are missing. Only Docs for 4.14 are correct. The overhead information for the OpenshiftSDN is missing. We need to add that for SDN cluster network MTU must be 50 less. https://docs.openshift.com/container-platform/4.16/networking/changing-cluster-network-mtu.html#mtu-value-selection_changing-cluster-network-mtu https://docs.openshift.com/container-platform/4.16/networking/changing-cluster-network-mtu.html#mtu-value-selection_changing-cluster-network-mtu:~:text=complete%20the%20procedure.-,Prerequisites,-You%20have%20installed Then in the final step to finalize MTU change the command to path the OpenshiftSDN config is missing. We should have something like this: $ oc patch Network.operator.openshift.io cluster --type=merge --patch '{"spec": { "migration": null, "defaultNetwork":{ "openshiftSDNConfig": { "mtu": <mtu> }}}}' https://docs.openshift.com/container-platform/4.15/networking/changing-cluster-network-mtu.html https://docs.openshift.com/container-platform/4.16/networking/changing-cluster-network-mtu.html
Version-Release number of selected component (if applicable):
OCP 4.15 and 4.16
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- clones
-
OCPBUGS-43359 [enterprise-4.15] Issue in file networking/changing-cluster-network-mtu.adoc
-
- Closed
-
- links to