Disable 'Check that IP range is enough for the nodes' when calico is used (#9491)

This commit is contained in:
Mohamed Zaian
2022-12-08 19:44:23 +01:00
committed by GitHub
parent 6e63f3d2b4
commit c036a7d871

View File

@ -187,6 +187,7 @@
that:
- 2 ** (kube_network_node_prefix - kube_pods_subnet | ipaddr('prefix')) >= groups['k8s_cluster'] | length
msg: "Not enough IPs are available for the desired node count."
when: kube_network_plugin != 'calico'
run_once: yes
- name: Stop if unknown dns mode