You are viewing documentation for Kubeflow 0.5

This is a static snapshot from the time of the Kubeflow 0.5 release.
For up-to-date information, 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 (ee8e632a)