|
@ -17,7 +17,7 @@ |
|
|
|
|
|
|
|
|
- name: Stop if unknown network plugin |
|
|
- name: Stop if unknown network plugin |
|
|
assert: |
|
|
assert: |
|
|
that: kube_network_plugin in ['calico', 'canal', 'flannel', 'weave', 'cloud'] |
|
|
|
|
|
|
|
|
that: kube_network_plugin in ['calico', 'canal', 'flannel', 'weave', 'cloud', 'cilium', 'contiv'] |
|
|
when: kube_network_plugin is defined |
|
|
when: kube_network_plugin is defined |
|
|
ignore_errors: "{{ ignore_assert_errors }}" |
|
|
ignore_errors: "{{ ignore_assert_errors }}" |
|
|
|
|
|
|
|
|