Browse Source

fix: cleanup networkmanager dns conf on reset (#11440)

pull/11452/head
Ho Kim 6 months ago
committed by GitHub
parent
commit
0306771c29
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/reset/tasks/main.yml

1
roles/reset/tasks/main.yml

@ -300,6 +300,7 @@
- /etc/etcd.env
- /etc/calico
- /etc/NetworkManager/conf.d/calico.conf
- /etc/NetworkManager/conf.d/dns.conf
- /etc/NetworkManager/conf.d/k8s.conf
- /etc/weave.env
- /opt/cni

Loading…
Cancel
Save