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
---
|
|
- import_tasks: check.yml
|
|
|
|
- import_tasks: pre.yml
|
|
|
|
- include_tasks: upgrade.yml
|
|
when:
|
|
- calico_upgrade_enabled
|
|
- calico_upgrade_needed
|
|
- inventory_hostname in groups['kube-master']
|
|
run_once: yes
|
|
|
|
- include_tasks: install.yml
|