Skip to content

Commit 23dd417

Browse files
authored
Merge pull request #91319 from openshift-cherrypick-robot/cherry-pick-91041-to-enterprise-4.15
[enterprise-4.15] : Updats IP+subnet mask in patching-ovnk-address-ranges.…
2 parents 0fc4f6e + 97617fc commit 23dd417

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/initiating-limited-live-migration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ After you have checked the behavior of egress IP resources, egress firewall reso
1616
* You have created a recent backup of the etcd database.
1717
* The cluster is in a known good state without any errors.
1818
* Before migration to OVN-Kubernetes, a security group rule must be in place to allow UDP packets on port `6081` for all nodes on all cloud platforms.
19-
* If the `100.64.0.0/16` and `100.88.0.0/16` address ranges were previously in use by OpenShift-SDN, you have patched them. The first step of this procedure checks whether these address ranges are in use. If they are in use, see "Patching OVN-Kubernetes address ranges".
19+
* If the `100.64.0.0/16` and `100.88.0.0/16` address ranges were previously in use by OpenShift-SDN, you have patched them. A step in the procedure checks whether these address ranges are in use. If they are in use, see "Patching OVN-Kubernetes address ranges".
2020
* You have checked for egress IP resources, egress firewall resources, and multicast enabled namespaces.
2121
* You have removed any egress router pods before beginning the limited live migration. For more information about egress router pods, see "Deploying an egress router pod in redirect mode".
2222
* You have reviewed the "Considerations for limited live migration to the OVN-Kubernetes network plugin" section of this document.

modules/patching-ovnk-address-ranges.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ This is an optional procedure and must only be used if the migration was blocked
2626
2727
.Procedure
2828

29-
. If the `100.64.0.0/16` IP address range is already in use, enter the following command to patch it to a different range. The following example uses `100.63.0.0/16`.
29+
. If the `100.64.0.0/16` IP address range is already in use, enter the following command to patch it to a different range. The following example uses `100.70.0.0/16`.
3030
+
3131
[source,terminal]
3232
----
33-
$ oc patch network.operator.openshift.io cluster --type='merge' -p='{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"ipv4":{"internalJoinSubnet": "100.63.0.0/16"}}}}}'
33+
$ oc patch network.operator.openshift.io cluster --type='merge' -p='{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"ipv4":{"internalJoinSubnet": "100.70.0.0/16"}}}}}'
3434
----
3535

3636
. If the `100.88.0.0/16` IP address range is already in use, enter the following command to patch it to a different range. The following example uses `100.99.0.0/16`.

0 commit comments

Comments
 (0)