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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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