Uninstall Kubeflow

Instructions for uninstalling Kubeflow from your OpenShift cluster

Uninstall a Kubeflow Instance

To delete a Kubeflow installation please follow these steps:

  1. kfctl delete --file=./kfdef/kfctl_openshift.yaml
  2. rm -rf kfdef/kustomize/
  3. oc delete mutatingwebhookconfigurations admission-webhook-mutating-webhook-configuration
  4. oc delete mutatingwebhookconfigurations inferenceservice.serving.kubeflow.org
  5. oc delete mutatingwebhookconfigurations katib-mutating-webhook-config
  6. oc delete mutatingwebhookconfigurations mutating-webhook-configurations

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 11.02.2020: Add KF 0.7 on OpenShift docs content (#1636) (b71ab08a)