From 085cce1bbd7be43f2781976cdbfb1e824d264684 Mon Sep 17 00:00:00 2001 From: JoeAldinger Date: Thu, 7 May 2026 09:21:34 -0400 Subject: [PATCH] OSDOCS-17990: clarify HCP CIDR defaults Co-authored-by: Cursor --- modules/hcp-cidr-ranges.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hcp-cidr-ranges.adoc b/modules/hcp-cidr-ranges.adoc index 6dc981be892e..6e61a2f09ffa 100644 --- a/modules/hcp-cidr-ranges.adoc +++ b/modules/hcp-cidr-ranges.adoc @@ -7,7 +7,7 @@ = CIDR ranges for {hcp} [role="_abstract"] -To successfully deploy {hcp} on {product-title}, define the network environment by using specific Classless Inter-Domain Routing (CIDR) subnet ranges. +To deploy {hcp} on {product-title}, configure CIDR subnet ranges that do not overlap with the management cluster CIDR ranges. The following Classless Inter-Domain Routing (CIDR) subnet ranges are the default settings for {hcp}: @@ -15,4 +15,4 @@ The following Classless Inter-Domain Routing (CIDR) subnet ranges are the defaul * `clusterNetwork`: 10.132.0.0/14 (pod network) * `serviceNetwork`: 172.31.0.0/16 -By using one of the default subnet ranges, you can avoid CIDR overlap with the management cluster and avoid connectivity issues. However, you can use other CIDR subnet ranges if they do not overlap with the management cluster. +The default subnet ranges avoid CIDR overlap with the management cluster and reduce the risk of connectivity issues. You can use other CIDR subnet ranges if they do not overlap with the management cluster.