Skip to content

Commit f4f28f9

Browse files
authored
Merge pull request #61400 from EricPonvelle/OSDOCS-6530_Static-IP-Warning
OSDOCS-6530: Added a warning about Static IP
2 parents c1caacb + b6ef1a8 commit f4f28f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

modules/rosa-sts-overview-of-the-default-cluster-specifications.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ endif::rosa-hcp[]
7979
* Service CIDR: 172.30.0.0/16
8080
* Pod CIDR: 10.128.0.0/16
8181
* Host prefix: /23
82+
+
83+
ifdef::rosa-hcp[]
84+
[NOTE]
85+
====
86+
When using {hcp-title}, the static IP address `172.20.0.1` is reserved for the internal Kubernetes API address. The machine, pod, and service CIDRs ranges must not conflict with this IP address.
87+
====
88+
endif::rosa-hcp[]
8289

8390
|Cluster roles and policies
8491
|* Mode used to create the Operator roles and the OpenID Connect (OIDC) provider: `auto`

networking/cidr-range-definitions.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_content-type: ASSEMBLY
22
[id="cidr-range-definitions"]
33
= CIDR range definitions
4-
include::_attributes/common-attributes.adoc[]
4+
include::_attributes/attributes-openshift-dedicated.adoc[]
55
:context: cidr-range-definitions
66

77
toc::[]
@@ -26,6 +26,11 @@ OVN-Kubernetes, the default network provider in {product-title} 4.11 and later,
2626
== Machine CIDR
2727
In the Machine CIDR field, you must specify the IP address range for machines or cluster nodes. This range must encompass all CIDR address ranges for your virtual private cloud (VPC) subnets. Subnets must be contiguous. A minimum IP address range of 128 addresses, using the subnet prefix `/25`, is supported for single availability zone deployments. A minimum address range of 256 addresses, using the subnet prefix `/24`, is supported for deployments that use multiple availability zones. The default is `10.0.0.0/16`. This range must not conflict with any connected networks.
2828

29+
[NOTE]
30+
====
31+
When using {hcp-title}, the static IP address `172.20.0.1` is reserved for the internal Kubernetes API address. The machine, pod, and service CIDRs ranges must not conflict with this IP address.
32+
====
33+
2934
[id="service-cidr-description"]
3035
== Service CIDR
3136
In the Service CIDR field, you must specify the IP address range for services. The range must be large enough to accommodate your workload. The address block must not overlap with any external service accessed from within the cluster. The default is `172.30.0.0/16`. This address block needs to be the same between clusters.

0 commit comments

Comments
 (0)