Hi, https://docs.openshift.org/latest/install_config/install/planning.html#sizing
Suggests 250 is the maximum number of pods per node. I understood this could be adjusted upwards by manipulating some settings: https://lists.openshift.redhat.com/openshift-archives/dev/2016-October/msg00027.html and from openshift-ansible inventory # Configure node kubelet arguments. pods-per-core is valid in OpenShift Origin 1.3 or OpenShift Container Platform 3.3 and later. #openshift_node_kubelet_args={'pods-per-core': ['10'], 'max-pods': ['250'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']} Can you tell me if there is a hard limit on PODs per node or is it a simple case of making the adjustments and having enough resources? Is there any documentation that counters https://docs.openshift.org/latest/install_config/install/planning.html#sizing that we can point at? Thanks Dave
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
