You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Migration to the OVN-Kubernetes network provider
6
+
= Migration to the OVN-Kubernetes network plug-in
7
7
8
8
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.
9
9
10
-
11
10
A migration to the OVN-Kubernetes network plug-in is supported on the following platforms:
12
11
13
12
* Bare metal hardware
@@ -20,30 +19,24 @@ A migration to the OVN-Kubernetes network plug-in is supported on the following
== Considerations for migrating to the OVN-Kubernetes network provider
22
+
== Considerations for migrating to the OVN-Kubernetes network plug-in
24
23
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.
26
25
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.
28
27
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.
36
29
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:
38
31
+
39
32
--
40
33
* Namespace isolation
41
34
* Egress router pods
42
35
--
43
36
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.
45
38
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.
47
40
48
41
[discrete]
49
42
[id="namespace-isolation_{context}"]
@@ -53,7 +46,7 @@ OVN-Kubernetes supports only the network policy isolation mode.
53
46
54
47
[IMPORTANT]
55
48
====
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.
0 commit comments