examples/github_issue_summarization/05_teardown.md

415 B

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