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

  1. # switch to the cloned kfctl directory
  2. cd kfctl
  3. # uninstall the operator
  4. kubectl delete -f deploy/operator.yaml -n ${OPERATOR_NAMESPACE}
  5. kubectl delete clusterrolebinding kubeflow-operator
  6. kubectl delete -f deploy/service_account.yaml -n ${OPERATOR_NAMESPACE}
  7. kubectl delete -f deploy/crds/kfdef.apps.kubeflow.org_kfdefs_crd.yaml
  8. kubectl delete ns ${OPERATOR_NAMESPACE}

Last modified 17.03.2021: Create “Distributions” with kfctl + Kubeflow Operator (#2492) (c792fe57)