Uninstall Kubeflow
Instructions for uninstalling Kubeflow
Uninstall Kubeflow on your IBM Cloud IKS cluster.
# Go to your Kubeflow deployment directory
cd ${KF_DIR}
# Remove Kubeflow
kfctl delete -f ${CONFIG_FILE}
rm -rf kustomize .cache
Last modified 23.03.2021: Move `IBM` platform under /distributions (#2549) (fa292413)