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
= Offline migration to the OVN-Kubernetes network plugin overview
7
7
8
-
The offline migration method is a manual process that includes some downtime, during which your cluster is unreachable. This method is primarily used for self-managed {product-title} deployments.
8
+
The offline migration method is a manual process that includes some downtime, during which your cluster is unreachable. This method is primarily used for self-managed {product-title} deployments.
9
9
10
10
Although a rollback procedure is provided, the offline migration is intended to be a one-way process.
11
11
@@ -29,15 +29,15 @@ The following table provides information about the supported platforms for the o
29
29
|===
30
30
| Platform | Offline Migration
31
31
32
-
| Bare metal hardware (IPI and UPI) |✓
33
-
| Amazon Web Services (AWS) (IPI and UPI) |✓
34
-
| Google Cloud Platform (GCP) (IPI and UPI) |✓
35
-
| {ibm-cloud-name} (IPI and UPI) |✓
36
-
| Microsoft Azure (IPI and UPI) |✓
37
-
| {rh-openstack-first} (IPI and UPI) |✓
38
-
| VMware vSphere (IPI and UPI) |✓
39
-
| AliCloud (IPI and UPI) |✓
40
-
| Nutanix (IPI and UPI) |✓
32
+
| Bare metal hardware (IPI and UPI) |✓
33
+
| Amazon Web Services (AWS) (IPI and UPI) |✓
34
+
| Google Cloud Platform (GCP) (IPI and UPI) |✓
@@ -56,7 +56,7 @@ While the OVN-Kubernetes network plugin implements many of the capabilities pres
56
56
* Egress router pods
57
57
--
58
58
59
-
* 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.
59
+
* OVN-Kubernetes, the default network provider in {product-title} 4.14 and later versions, uses the following IP address ranges internally: `100.64.0.0/16`, `169.254.169.0/29`, `100.88.0.0/16`, `fd98::/64`, `fd69::/125`, and `fd97::/64`. If your cluster uses OVN-Kubernetes, do not include any of these IP address ranges in any other CIDR definitions in your cluster or infrastructure.
60
60
61
61
The following sections highlight the differences in configuration between the aforementioned capabilities in OVN-Kubernetes and OpenShift SDN network plugins.
Copy file name to clipboardExpand all lines: networking/cidr-range-definitions.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ endif::[]
22
22
23
23
[IMPORTANT]
24
24
====
25
-
OVN-Kubernetes, the default network provider in {product-title} 4.14 and later versions, uses the following IP address ranges internally: `100.64.0.0/16`, `169.254.169.0/29`, `100.88.0.0/16`, `fd98::/64`, `fd69::/125`, and the `fd97::/64`. If your cluster uses OVN-Kubernetes, do not include any IP address ranges in any other CIDR definitions in your cluster.
25
+
OVN-Kubernetes, the default network provider in {product-title} 4.14 and later versions, uses the following IP address ranges internally: `100.64.0.0/16`, `169.254.169.0/29`, `100.88.0.0/16`, `fd98::/64`, `fd69::/125`, and `fd97::/64`. If your cluster uses OVN-Kubernetes, do not include any of these IP address ranges in any other CIDR definitions in your cluster or infrastructure.
0 commit comments