Uninstall Kubeflow
Instructions for uninstalling Kubeflow from your OpenShift cluster
Uninstall a Kubeflow Instance
To delete a Kubeflow installation please follow these steps:
kfctl delete --file=./kfdef/kfctl_openshift.yaml
rm -rf kfdef/kustomize/
oc delete mutatingwebhookconfigurations admission-webhook-mutating-webhook-configuration
oc delete mutatingwebhookconfigurations inferenceservice.serving.kubeflow.org
oc delete mutatingwebhookconfigurations katib-mutating-webhook-config
oc delete mutatingwebhookconfigurations mutating-webhook-configurations
Last modified 26.08.2020: Removing the outdated banner for Openshift Documentation (#2146) (a9f17088)