vanvalenlab / kiosk-console

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS
https://deepcell-kiosk.readthedocs.io
Other
35 stars 6 forks source link

Use `kubectl del pvc` instead of deleting all pds with the cluster name. #406

Closed willgraf closed 3 years ago

willgraf commented 3 years ago

This way directly deletes the kubectl controlled PVCs instead of using gcloud. The new make command is cloud-agnostic, but must be run before the cluster is destroyed.

Replaces task gke/destroy/pds with a new kubectl/destroy/pvc and removes scripts/gke-pd-destruction.sh.