Browse Source

Additional files and dirs to remove when running reset (#5000)

pull/5021/head
Erwan Miran 5 years ago
committed by Kubernetes Prow Robot
parent
commit
4087e97505
1 changed files with 7 additions and 0 deletions
  1. 7
      roles/reset/tasks/main.yml

7
roles/reset/tasks/main.yml

@ -234,10 +234,14 @@
- "{{ bin_dir }}/kubernetes-scripts"
- "{{ bin_dir }}/kubectl"
- "{{ bin_dir }}/kubeadm"
- "{{ bin_dir }}/hyperkube"
- "{{ bin_dir }}/helm"
- "{{ bin_dir }}/calicoctl"
- "{{ bin_dir }}/calicoctl.sh"
- "{{ bin_dir }}/calico-upgrade"
- "{{ bin_dir }}/weave"
- "{{ bin_dir }}/crictl"
- "{{ bin_dir }}/netctl"
- /var/lib/cni
- /etc/vault
- /etc/contiv
@ -246,6 +250,9 @@
- /etc/openvswitch
- /run/openvswitch
- /var/lib/kube-router
- /var/lib/calico
- /etc/cilium
- /run/calico
ignore_errors: yes
tags:
- files

Loading…
Cancel
Save