mirror of https://github.com/kubeflow/examples.git
395 B
395 B
Teardown
Delete the kubernetes namespace.
kubectl delete namespace ${NAMESPACE}
Delete the PD (persistent data) backing the NFS mount.
gcloud --project=${PROJECT} compute disks delete --zone=${ZONE} ${PD_DISK_NAME}
Delete the kubeflow-app directory.
rm -rf my-kubeflow
Back: Querying the model