1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Use 1400 MTU in OVN-Kubernetes example

- https://bugzilla.redhat.com/show_bug.cgi?id=1821440
This commit is contained in:
Jason Boxman
2020-09-17 14:24:23 -04:00
committed by openshift-cherrypick-robot
parent 1d8661dcbd
commit f4c8b39086
2 changed files with 6 additions and 6 deletions

View File

@@ -69,10 +69,10 @@ the Cluster Version Operator on port `9099`.
.3+|UDP
|`4789`
|VXLAN and GENEVE
|VXLAN and Geneve
|`6081`
|VXLAN and GENEVE
|VXLAN and Geneve
|`9000`-`9999`
|Host level services, including the node exporter on ports `9100`-`9101`.

View File

@@ -185,7 +185,7 @@ endif::operator[]
defaultNetwork:
type: OVNKubernetes <1>
ovnKubernetesConfig: <2>
mtu: 1450 <3>
mtu: 1400 <3>
genevePort: 6081 <4>
----
ifndef::operator[]
@@ -205,18 +205,18 @@ ifdef::operator[]
endif::operator[]
ifndef::operator[]
<3> The MTU for the Generic Network Virtualization Encapsulation (GENEVE)
<3> The MTU for the Geneve (Generic Network Virtualization Encapsulation)
overlay network. This value is normally configured automatically, but if the
nodes in your cluster do not all use the same MTU, then you must set this
explicitly to 100 less than the smallest node MTU value.
endif::operator[]
ifdef::operator[]
<3> The MTU for the Generic Network Virtualization Encapsulation (GENEVE)
<3> The MTU for the Geneve (Generic Network Virtualization Encapsulation)
overlay network. This value is normally configured automatically.
endif::operator[]
<4> The UDP port for the GENEVE overlay network.
<4> The UDP port for the Geneve overlay network.
endif::ovn-preview[]