Version v0.5 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.

Uninstall Kubeflow

Instructions for uninstall Kubeflow

Uninstall Kubeflow and delete your Amazon EKS cluster.

cd ${KUBEFLOW_SRC}/${KFAPP}
${KUBEFLOW_SRC}/scripts/kfctl.sh delete all

Note: If you installed Kubeflow on an existing Amazon EKS cluster, these scripts won’t tear down your cluster in this step. In this case, you must manually delete your cluster.

Last modified 26.04.2019: Address review feedbacks (ee8e632)