k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
246 B
13 lines
246 B
---
|
|
- include_tasks: check.yml
|
|
|
|
- include_tasks: pre.yml
|
|
|
|
- include_tasks: upgrade.yml
|
|
when:
|
|
- calico_upgrade_enabled
|
|
- calico_upgrade_needed
|
|
run_once: yes
|
|
delegate_to: "{{ groups['kube-master'][0] }}"
|
|
|
|
- include_tasks: install.yml
|