Browse Source

Fix calico leaving service behind. (#1599)

pull/1600/head
Julian Poschmann 7 years ago
committed by Matthew Mosesohn
parent
commit
93304e5f58
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/reset/tasks/main.yml

1
roles/reset/tasks/main.yml

@ -18,6 +18,7 @@
- kubelet
- etcd
- vault
- calico-node
register: services_removed
tags: ['services']

Loading…
Cancel
Save