manifests
manifests copied to clipboard
Uninstallation guide
Hi, I tried to install kubeflow with a single command from README:
while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 10; done
However, the docs doesn't clarify how to uninstall kubeflow after installation, or uninstall it completely if any error happens during the installation so that I can re-install again.