Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 415 Bytes

05_teardown.md

File metadata and controls

13 lines (9 loc) · 415 Bytes

Teardown

If you created a cluster with Click-to-Deploy or kfctl, delete the deployment using the GCP console. The default deployment name is kubeflow.

Delete the PD (persistent disk) backing the NFS mount.

gcloud --project=${PROJECT} compute disks delete  --zone=${ZONE} ${PD_DISK_NAME}

Back: Querying the model