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.
19 lines
580 B
19 lines
580 B
---
|
|
- name: Flannel pre-upgrade | Purge legacy flannel systemd unit file
|
|
file:
|
|
path: "/etc/systemd/system/docker.service.d/flannel-options.conf"
|
|
state: absent
|
|
notify:
|
|
- Flannel | delete default docker bridge
|
|
|
|
- name: Flannel pre-upgrade | Purge legacy Flannel static pod manifest
|
|
file:
|
|
path: "{{ kube_manifest_dir }}/flannel-pod.manifest"
|
|
state: absent
|
|
notify:
|
|
- Flannel | delete flannel interface
|
|
|
|
- name: Flannel pre-upgrade | Remove Flannel's certificate directory not required by CNI
|
|
file:
|
|
dest: "{{ flannel_cert_dir }}"
|
|
state: absent
|