Uninstall Kubeflow
Instructions for uninstalling Kubeflow
Uninstall Kubeflow on your IBM Cloud IKS cluster.
-
Go to your Kubeflow deployment directory where you download the IBM manifests repository: https://github.com/IBM/manifests.git
cd ibm-manifests-150
-
Run the following command to get Kubeflow Profiles:
kubectl get profile
-
Delete all Kubeflow Profiles manually:
kubectl delete profile --all
Use the following command to check all namespaces for Kubeflow Profiles are removed properly:
kubectl get ns
Make sure no namespace is in the
Terminating
state. -
Remove Kubeflow:
For single-user deployment:
kustomize build iks-single | kubectl delete -f -
For multi-user deployment:
kustomize build iks-multi | kubectl delete -f -
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 8, 2022: Update IKS doc for kubeflow v1.5 (#3173) (9bb4aec)