Skip to content

Instantly share code, notes, and snippets.

@carlosedp
carlosedp / openshift_network.md
Last active November 27, 2023 09:47
Openshift Network Sizing

Openshift Network Sizing

Parameters on inventory [OSE3:vars]

osm_host_subnet_length

This variable specifies the size of the per host subnet allocated for pod IPs by OpenShift Container Platform SDN. Defaults to 9 which means that a subnet of size /23 is allocated to each host; for example, given the default 10.128.0.0/14 cluster network, this will allocate 10.128.0.0/23, 10.128.2.0/23, 10.128.4.0/23, and so on. This cannot be re-configured after deployment.

osm_cluster_network_cidr