Skip to content

openshift/network/machineNetwork

The channel to use for the Advanced Cluster Management operator

Specifies one or more IP address blocks for machines that will be used in the cluster. This is typically the subnet used by the infrastructure that hosts OpenShift.

Usage

The machineNetwork defines the IP address block that should be used for node IP addresses. This should be routable from both inside and outside the cluster.

Example

  • cidr: 172.21.0.0/20

Notes

  • The CIDR must not overlap with serviceNetwork or clusterNetwork
  • Multiple CIDRs can be specified if needed