Browse Source

Fix typo in calico check (#8969)

pull/8973/head
Ho Kim 2 years ago
committed by GitHub
parent
commit
889454f2bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/calico/tasks/check.yml

2
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']"

Loading…
Cancel
Save