openshift/network/serviceNetwork
The channel to use for the Advanced Cluster Management operator
Specifies one or more IP address blocks for services in the cluster. These IP addresses are used for the Kubernetes Service IP addresses.
Usage¶
The serviceNetwork defines the IP address block that will be used for service cluster IP addresses. This block must not overlap with any other networking block.
Example¶
- 172.30.0.0/16
Notes¶
- The CIDR must not overlap with clusterNetwork or machineNetwork
- Only one CIDR is typically specified, but multiple can be used if needed