Open nmasse-itix opened 6 years ago
On a 8 cores server, the 80 pods limit is a bit low.
The pods-per-core limit should be raised on install:
pods-per-core
In the /etc/origin/node/node-config.yaml:
/etc/origin/node/node-config.yaml
kubeletArguments: node-labels: - region=infra pods-per-core: - "20"
Documentation: https://docs.openshift.com/container-platform/3.5/admin_guide/manage_nodes.html#admin-guide-max-pods-per-node
And make sure the max-pods limit does not become the bottleneck also (default: 250)
max-pods
On a 8 cores server, the 80 pods limit is a bit low.
The
pods-per-core
limit should be raised on install:In the
/etc/origin/node/node-config.yaml
:Documentation: https://docs.openshift.com/container-platform/3.5/admin_guide/manage_nodes.html#admin-guide-max-pods-per-node