Skip to content

Commit b2035ae

Browse files
authored
Merge pull request #52819 from ahardin-rh/migration-ovn-k-scale-considerations
OCPBUGS#3544: added a consideration for scale before migrating to OVN-K
2 parents b4b0ac5 + ab8db57 commit b2035ae

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

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

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
// * networking/ovn_kubernetes_network_provider/migrate-from-openshift-sdn.adoc
44

55
[id="nw-ovn-kubernetes-migration-about_{context}"]
6-
= Migration to the OVN-Kubernetes network provider
6+
= Migration to the OVN-Kubernetes network plug-in
77

88
Migrating to the OVN-Kubernetes network plug-in is a manual process that includes some downtime during which your cluster is unreachable. Although a rollback procedure is provided, the migration is intended to be a one-way process.
99

10-
1110
A migration to the OVN-Kubernetes network plug-in is supported on the following platforms:
1211

1312
* Bare metal hardware
@@ -20,30 +19,24 @@ A migration to the OVN-Kubernetes network plug-in is supported on the following
2019
* VMware vSphere
2120

2221
[id="considerations-migrating-ovn-kubernetes-network-provider_{context}"]
23-
== Considerations for migrating to the OVN-Kubernetes network provider
22+
== Considerations for migrating to the OVN-Kubernetes network plug-in
2423

25-
The subnets assigned to nodes and the IP addresses assigned to individual pods are not preserved during the migration.
24+
If you have more than 150 nodes in your {product-title} cluster, then open a support case for consultation on your migration to the OVN-Kubernetes network plug-in.
2625

27-
While the OVN-Kubernetes network provider implements many of the capabilities present in the OpenShift SDN network provider, the configuration is not the same.
26+
The subnets assigned to nodes and the IP addresses assigned to individual pods are not preserved during the migration.
2827

29-
* If your cluster uses any of the following OpenShift SDN capabilities, the migration to OVN-Kubernetes migrates the configuration for these features as well:
30-
+
31-
--
32-
* Egress IPs
33-
* Egress firewall
34-
* Multicast
35-
--
28+
While the OVN-Kubernetes network plug-in implements many of the capabilities present in the OpenShift SDN network plug-in, the configuration is not the same.
3629

37-
* If your cluster uses any of the following OpenShift SDN capabilities, you must manually configure the same capability in OVN-Kubernetes:
30+
* If your cluster uses any of the following OpenShift SDN network plug-in capabilities, you must manually configure the same capability in the OVN-Kubernetes network plug-in:
3831
+
3932
--
4033
* Namespace isolation
4134
* Egress router pods
4235
--
4336

44-
* If your cluster uses any part of the 100.64.0.0/16 IP address range, you must specify an alternative IP address range for OVN-Kubernetes during the migration to avoid a conflict because OVN-Kubernetes uses this IP address range internally.
37+
* If your cluster or surrounding network uses any part of the `100.64.0.0/16` address range, you must choose another unused IP range by specifying the `v4InternalSubnet` spec under the `spec.defaultNetwork.ovnKubernetesConfig` object definition. OVN-Kubernetes uses the IP range `100.64.0.0/16` internally by default.
4538

46-
The following sections highlight the differences in configuration between the aforementioned capabilities in OVN-Kubernetes and OpenShift SDN.
39+
The following sections highlight the differences in configuration between the aforementioned capabilities in OVN-Kubernetes and OpenShift SDN network plug-ins.
4740

4841
[discrete]
4942
[id="namespace-isolation_{context}"]
@@ -53,7 +46,7 @@ OVN-Kubernetes supports only the network policy isolation mode.
5346

5447
[IMPORTANT]
5548
====
56-
If your cluster uses OpenShift SDN configured in either the multitenant or subnet isolation modes, you cannot migrate to the OVN-Kubernetes network provider.
49+
If your cluster uses OpenShift SDN configured in either the multitenant or subnet isolation modes, you cannot migrate to the OVN-Kubernetes network plug-in.
5750
====
5851

5952
[discrete]

0 commit comments

Comments
 (0)