c12s-kubespray/roles/kubernetes
Christopher J. Ruwe c1bc4615fe assert that number of pods on node does not exceed CIDR address range
The number of pods on a given node is determined by the  --max-pods=k
directive. When the address space is exhausted, no more pods can be
scheduled even if from the --max-pods-perspective, the node still has
capacity.

The special case that a pod is scheduled and uses the node IP in the
host network namespace is too "soft" to derive a guarantee.

Comparing kubelet_max_pods with kube_network_node_prefix when given
allows to assert that pod limits match the CIDR address space.
2018-05-16 11:55:46 +00:00
..
client make admin.conf -> .kube/config non-executable 2018-05-14 09:29:48 +00:00
kubeadm Refactored kubeadm join process and fixed uncrodonng for master nodes 2018-02-09 15:51:47 +01:00
master Upgrade k8s to 1.10.2 (#2748) 2018-05-15 16:00:29 +03:00
node assert that number of pods on node does not exceed CIDR address range 2018-05-16 11:55:46 +00:00
preinstall assert that number of pods on node does not exceed CIDR address range 2018-05-16 11:55:46 +00:00
secrets refactor vault role (#2733) 2018-05-11 19:11:38 +03:00