Fix some typo (#9056)

* fix ingress controller task name

* fix calico word

* add check typo
This commit is contained in:
Samuel Liu
2022-07-12 00:49:48 +08:00
committed by GitHub
parent 058e05df41
commit d821bed2ea
4 changed files with 12 additions and 3 deletions

View File

@@ -15,6 +15,15 @@
run_once: True
delegate_to: "{{ groups['kube_control_plane'][0] }}"
- name: Stop if legacy encapsulation variables are detected (calcio_ipam_autoallocateblocks)
assert:
that:
- calcio_ipam_autoallocateblocks is not defined
msg: "'calcio_ipam_autoallocateblocks' configuration variable is deprecated, it's a typo, please configure your inventory with 'calico_ipam_autoallocateblocks' set to 'true' or 'false' according to your specific needs"
run_once: True
delegate_to: "{{ groups['kube_control_plane'][0] }}"
- name: Stop if incompatible network plugin and cloudprovider
assert:
that: