Skip to content

openshift/network/clusterNetwork

The channel to use for the Advanced Cluster Management operator

Specifies the IP address blocks for pods in the cluster and how many IP addresses are allocated to each node for pod IP addresses.

Usage

The clusterNetwork defines the IP address block from which pod IP addresses are allocated, and the hostPrefix determines how many pod IP addresses are allocated to each node.

Example

  • cidr: 10.128.0.0/14 hostPrefix: 23

Notes

  • The CIDR must not overlap with serviceNetwork or machineNetwork
  • hostPrefix must be larger than the CIDR prefix
  • Multiple CIDRs can be specified if needed