Uninstalling Kubeflow Operator
Instructions for uninstalling Kubeflow Operator
This guide describes how to uninstall the Kubeflow Operator.
You can always uninstall the operator with following commands
# switch to the cloned kfctl directory
cd kfctl
# uninstall the operator
kubectl delete -f deploy/operator.yaml -n ${OPERATOR_NAMESPACE}
kubectl delete clusterrolebinding kubeflow-operator
kubectl delete -f deploy/service_account.yaml -n ${OPERATOR_NAMESPACE}
kubectl delete -f deploy/crds/kfdef.apps.kubeflow.org_kfdefs_crd.yaml
kubectl delete ns ${OPERATOR_NAMESPACE}
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 March 17, 2021: Create "Distributions" with kfctl + Kubeflow Operator (#2492) (c792fe5)