Skip to content

Commit 320f9e5

Browse files
authored
Merge pull request #77960 from JoeAldinger/OSDOCS-10624
OSDOCS-10694: updates CIDR ranges for OVN-K
2 parents d89218e + 96ab402 commit 320f9e5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="nw-ovn-kubernetes-migration-about_{context}"]
66
= Offline migration to the OVN-Kubernetes network plugin overview
77

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.
99

1010
Although a rollback procedure is provided, the offline migration is intended to be a one-way process.
1111

@@ -29,15 +29,15 @@ The following table provides information about the supported platforms for the o
2929
|===
3030
| Platform | Offline Migration
3131

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) |✓
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) |✓
4141
|===
4242

4343
[id="considerations-migrating-ovn-kubernetes-network-provider_{context}"]
@@ -56,7 +56,7 @@ While the OVN-Kubernetes network plugin implements many of the capabilities pres
5656
* Egress router pods
5757
--
5858

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.
6060

6161
The following sections highlight the differences in configuration between the aforementioned capabilities in OVN-Kubernetes and OpenShift SDN network plugins.
6262

networking/cidr-range-definitions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif::[]
2222

2323
[IMPORTANT]
2424
====
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.
2626
====
2727

2828
[id="machine-cidr-description"]

0 commit comments

Comments
 (0)