Browse Source

also remove storage class

pull/2931/head
Sascha Marcel Schmidt 6 years ago
parent
commit
6d1804d8a4
No known key found for this signature in database GPG Key ID: D1D6CE184437796D
1 changed files with 3 additions and 0 deletions
  1. 3
      contrib/network-storage/heketi/roles/tear-down/tasks/main.yml

3
contrib/network-storage/heketi/roles/tear-down/tasks/main.yml

@ -1,4 +1,7 @@
---
- name: "Remove storage class."
command: "kubectl delete storageclass gluster"
ignore_errors: true
- name: "Tear down heketi."
command: "kubectl delete all,service,jobs,deployment,secret --selector=\"glusterfs=heketi-pod\""
ignore_errors: true

Loading…
Cancel
Save