Skip to content

Commit 76c214d

Browse files
authored
Merge pull request #78028 from openshift-cherrypick-robot/cherry-pick-77984-to-enterprise-4.16
[enterprise-4.16] Fixes live migration ip addresses
2 parents aa0908d + 17a56a3 commit 76c214d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/nw-ovn-kubernetes-live-migration-about.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,15 @@ During the limited live migration, both OVN-Kubernetes and OpenShift SDN run in
6767
** `InternalTransitSwitchSubnet`
6868
** `internalJoinSubnet`
6969

70-
* Unless otherwise configured, OVN-Kubernetes uses the following IP address ranges:
71-
** `100.64.0.0/16`. This IP address range is used for the `internalJoinSubnet` parameter of OVN-Kubernetes by default. If this IP address range is already in use, enter the following command to update it to `100.63.0.0/16`:
70+
* OVN-Kubernetes reserves the `100.64.0.0/16` and `100.88.0.0/16` IP address ranges. If OpenShift SDN has been configured to use either of these IP address ranges, you must patch them to use a different IP address range before starting the limited live migration.
71+
72+
** `100.64.0.0/16`. This IP address range is used for the `internalJoinSubnet` parameter of OVN-Kubernetes by default. If this IP address range is already in use, enter the following command to update it to a different range, for example, `100.63.0.0/16`:
7273
+
7374
[source,terminal]
7475
----
7576
$ oc patch network.operator.openshift.io cluster --type='merge' -p='{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"ipv4":{"internalJoinSubnet": "100.63.0.0/16"}}}}}'
7677
----
77-
** `100.88.0.0/16`. This IP address range is used for the `internalTransSwitchSubnet` parameter of OVN-Kubernetes by default. If this IP address range is already in use by another network, enter the following command to update it to `100.99.0.0/16`:
78+
** `100.88.0.0/16`. This IP address range is used for the `internalTransSwitchSubnet` parameter of OVN-Kubernetes by default. If this IP address range is already in use, enter the following command to update it to a different range, for example, `100.99.0.0/16`:
7879
+
7980
[source,terminal]
8081
----

0 commit comments

Comments
 (0)