mirror of https://github.com/kubeflow/examples.git
415 B
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