Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/nw-operator-cr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The CNO configuration inherits the following fields during cluster installation
ifdef::post-install-network-configuration,operator[]
[NOTE]
====
After cluster installation, you can only modify the `clusterNetwork` IP address range.
After cluster installation, you can only modify the `clusterNetwork` IP address range. The `serviceNetwork` range cannot be modified post-installation. Although the `ServiceCIDR` API is present in the cluster and documented in the {product-title} API reference, the Cluster Network Operator blocks creation or modification of `ServiceCIDR` objects by using a `ValidatingAdmissionPolicy`.
====
endif::[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ The following limitations apply when modifying the cluster network IP address ra
- The host prefix cannot be modified
- Pods that are configured with an overridden default gateway must be recreated after the cluster network expands

[IMPORTANT]
====
Expanding the service network CIDR range after cluster installation is not supported. Although the `ServiceCIDR` API (`servicecidrs.networking.k8s.io`) is present in the cluster and documented in the {product-title} API reference, the Cluster Network Operator deploys a `ValidatingAdmissionPolicy` that blocks creation or modification of `ServiceCIDR` objects. You must configure the service network CIDR during installation by using the `install-config.yaml` file. To avoid service IP address exhaustion, ensure that your initial service network range is large enough to accommodate future growth.
====

include::modules/nw-cluster-network-range-edit.adoc[leveloffset=+1]

[role="_additional-resources"]
Expand Down