Skip to content

Commit 2043ef5

Browse files
author
Steven Smith
committed
Updates subnet value in offline migration docs
1 parent 2a54c56 commit 2043ef5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ OpenShift-SDN and OVN-Kubernetes have different overlay overhead. MTU values sho
166166
====
167167
* Geneve (Generic Network Virtualization Encapsulation) overlay network port
168168
* OVN-Kubernetes IPv4 internal subnet
169-
* OVN-Kubernetes IPv6 internal subnet
170169
--
171170
+
172171
To customize either of the previously noted settings, enter and customize the following command. If you do not need to change the default value, omit the key from the patch.
@@ -181,7 +180,6 @@ $ oc patch Network.operator.openshift.io cluster --type=merge \
181180
"mtu":<mtu>,
182181
"genevePort":<port>,
183182
"v4InternalSubnet":"<ipv4_subnet>",
184-
"v6InternalSubnet":"<ipv6_subnet>"
185183
}}}}'
186184
----
187185
+
@@ -194,8 +192,6 @@ The MTU for the Geneve overlay network. This value is normally configured automa
194192
The UDP port for the Geneve overlay network. If a value is not specified, the default is `6081`. The port cannot be the same as the VXLAN port that is used by OpenShift SDN. The default value for the VXLAN port is `4789`.
195193
`ipv4_subnet`::
196194
An IPv4 address range for internal use by OVN-Kubernetes. You must ensure that the IP address range does not overlap with any other subnet used by your {product-title} installation. The IP address range must be larger than the maximum number of nodes that can be added to the cluster. The default value is `100.64.0.0/16`.
197-
`ipv6_subnet`::
198-
An IPv6 address range for internal use by OVN-Kubernetes. You must ensure that the IP address range does not overlap with any other subnet used by your {product-title} installation. The IP address range must be larger than the maximum number of nodes that can be added to the cluster. The default value is `fd98::/48`.
199195
--
200196
+
201197
.Example patch command to update `mtu` field
@@ -456,3 +452,7 @@ $ oc patch Network.operator.openshift.io cluster --type='merge' \
456452
----
457453
$ oc delete namespace openshift-sdn
458454
----
455+
456+
.Next steps
457+
458+
* Optional: After cluster migration, you can convert your IPv4 single-stack cluster to a dual-network cluster network that supports IPv4 and IPv6 address families. For more information, see "Converting to IPv4/IPv6 dual-stack networking".

networking/ovn_kubernetes_network_provider/migrate-from-openshift-sdn.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ include::modules/live-migration-metrics-information.adoc[leveloffset=+3]
9494
* xref:../../networking/changing-cluster-network-mtu.adoc#mtu-value-selection_changing-cluster-network-mtu[MTU value selection]
9595

9696
* xref:../../networking/network_security/network_policy/about-network-policy.adoc#nw-networkpolicy-optimize-ovn_about-network-policy[About network policy]
97+
98+
* xref:../../networking/ovn_kubernetes_network_provider/converting-to-dual-stack.adoc#converting-to-dual-stack[Converting to IPv4/IPv6 dual-stack networking]
99+
97100
* OVN-Kubernetes capabilities
98101

99102
- xref:../../networking/ovn_kubernetes_network_provider/configuring-egress-ips-ovn.adoc#configuring-egress-ips-ovn[Configuring an egress IP address]

0 commit comments

Comments
 (0)