Skip to content

Commit ad48930

Browse files
committed
OSDOCS-12060: updates for CIDR ranges due to masquerade subnet change
1 parent ca44410 commit ad48930

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

modules/nw-operator-cr.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ If you set this field to `true`, you do not receive the performance benefits of
327327
|`string`
328328
|
329329
The masquerade IPv4 addresses that are used internally to enable host to service traffic. The host is configured with these IP addresses as well as the shared gateway bridge interface. The default value is `169.254.169.0/29`.
330+
[IMPORTANT]
331+
====
332+
For {product-title} 4.17 and later versions, clusters use `169.254.0.0/17` as the default masquerade subnet. For upgraded clusters, there is no change to the default masquerade subnet.
333+
====
330334

331335
|====
332336

@@ -340,6 +344,10 @@ The masquerade IPv4 addresses that are used internally to enable host to service
340344
|`string`
341345
|
342346
The masquerade IPv6 addresses that are used internally to enable host to service traffic. The host is configured with these IP addresses as well as the shared gateway bridge interface. The default value is `fd69::/125`.
347+
[IMPORTANT]
348+
====
349+
For {product-title} 4.17 and later versions, clusters use `fd69::/112` as the default masquerade subnet. For upgraded clusters, there is no change to the default masquerade subnet.
350+
====
343351

344352
|====
345353

networking/cidr-range-definitions.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ endif::[]
2323
[IMPORTANT]
2424
====
2525
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.
26+
27+
For {product-title} 4.17 and later versions, clusters use `169.254.0.0/17` for IPv4 and `fd69::/112` for IPv6 as the default masquerade subnet. These ranges should also be avoided by users. For upgraded clusters, there is no change to the default masquerade subnet.
2628
====
2729

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

0 commit comments

Comments
 (0)