check on all cluster node - kubelet_max_pods <= (2 ** (32 - kube_network_node_prefix | int)) - 2 (#5279)
This commit is contained in:
parent
65e461a7c0
commit
3118437e10
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
msg: "Do not schedule more pods on a node than inet addresses are available."
|
msg: "Do not schedule more pods on a node than inet addresses are available."
|
||||||
ignore_errors: "{{ ignore_assert_errors }}"
|
ignore_errors: "{{ ignore_assert_errors }}"
|
||||||
when:
|
when:
|
||||||
- inventory_hostname in groups['kube-node']
|
- inventory_hostname in groups['k8s-cluster']
|
||||||
- kube_network_node_prefix is defined
|
- kube_network_node_prefix is defined
|
||||||
|
|
||||||
- name: Stop if ip var does not match local ips
|
- name: Stop if ip var does not match local ips
|
||||||
|
|
Loading…
Reference in a new issue