Ho Kim
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/network_plugin/calico/tasks/check.yml
|
|
@ -174,7 +174,7 @@ |
|
|
|
run_once: True |
|
|
|
delegate_to: "{{ groups['kube_control_plane'][0] }}" |
|
|
|
|
|
|
|
- name: "Check ipip mode is Nerver for calco ipv6" |
|
|
|
- name: "Check ipip mode is Never for calico ipv6" |
|
|
|
assert: |
|
|
|
that: |
|
|
|
- "calico_ipip_mode_ipv6 in ['Never']" |
|
|
|