mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 17:37:39 -02:30
Ignore assertion comparison for kube_network_node_prefix when using calico (#5632)
* Fix incorrect assertion comparison for kube_network_node_prefix * Ignore assertion comparison for kube_network_node_prefix when using calico * Adding more var docs description for kube_network_node_prefix * Fixing trailing whitespaces
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
when:
|
||||
- inventory_hostname in groups['k8s-cluster']
|
||||
- kube_network_node_prefix is defined
|
||||
- kube_network_plugin != 'calico'
|
||||
|
||||
- name: Stop if ip var does not match local ips
|
||||
assert:
|
||||
|
||||
Reference in New Issue
Block a user