Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 282 Bytes

teardown.md

File metadata and controls

20 lines (13 loc) · 282 Bytes

Teardown

Delete the kubernetes namespace

kubectl delete namespace ${NAMESPACE}

Delete the PD backing the NFS mount

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

Delete the kubeflow-app directory

rm -rf my-kubeflow