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.
This way directly deletes the
kubectl
controlled PVCs instead of usinggcloud
. The new make command is cloud-agnostic, but must be run before the cluster is destroyed.Replaces task
gke/destroy/pds
with a newkubectl/destroy/pvc
and removesscripts/gke-pd-destruction.sh
.