Uninstalling Kubeflow
Instructions for uninstalling Kubeflow with Kubeflow Operator
This guide describes how to delete the Kubeflow deployment when it is deployed with the Kubeflow Operator.
To delete the Kubeflow deployment, simply delete the KfDef custom resource from the cluster.
kubectl delete kfdef ${KUBEFLOW_DEPLOYMENT_NAME} -n ${KUBEFLOW_NAMESPACE}
Note: ${KUBEFLOW_DEPLOYMENT_NAME} and ${KUBEFLOW_NAMESPACE} are defined in the Installing Kubeflow guide.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 20.04.2021: Apply Docs Restructure to `v1.2-branch` = update `v1.2-branch` to current `master` v2 (#2612) (4e2602bd)