Skip to content

Commit 25e98fe

Browse files
author
Brice Fallon-Freeman
authored
Merge pull request #10312 from JacobTanenbaum/vxlan-docs
Adding vxlanPort changes to the docs
2 parents cee5a1f + 151190b commit 25e98fe

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

install_config/configuring_sdn.adoc

+31
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,37 @@ but not to *172.28.0.0/14*, because even though the original range is entirely
159159
inside the new range, the original range must be at the start of the CIDR. See
160160
xref:expanding-the-service-network[Expanding the service network] for more
161161
information.
162+
163+
164+
.Changing the VXLAN PORT for the cluster network
165+
166+
A cluster administrator can change the VXLAN port the system uses by changing the vxlanPort variable in the
167+
master configuration file.
168+
169+
----
170+
networkConfig:
171+
clusterNetworks:
172+
- cidr: 10.128.0.0/14
173+
hostSubnetLength: 9
174+
- cidr: 10.132.0.0/14
175+
hostSubnetLength: 9
176+
externalIPNetworkCIDRs: null
177+
hostSubnetLength: 9
178+
ingressIPNetworkCIDR: 172.29.0.0/16
179+
networkPluginName: redhat/openshift-ovs-multitenant
180+
serviceNetworkCIDR: 172.30.0.0/16
181+
vxlanPort: 4789 <1>
182+
----
183+
<1> vxlanPort is the value used by the nodes for the VXLAN Port. It can be an integer between 1-65,535, if unspecified
184+
by the cluster administrator the default value is 4789.
185+
186+
[IMPORTANT]
187+
====
188+
An administrator cannot change the VXLAN port of a running clusternetwork object. In order to change a cluster's VXLAN port
189+
it is required to delete the running clusternetwork, make the change in the master configuration file restart, the master and then
190+
restart all other nodes to fully propogate the change.
191+
====
192+
162193
====
163194

164195
[[configuring-the-pod-network-on-nodes]]

0 commit comments

Comments
 (0)