You are viewing documentation for Kubeflow 1.2

This is a static snapshot from the time of the Kubeflow 1.2 release.
For up-to-date information, see the latest version.

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.