-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uninstallation guide #2299
Comments
Hi, I wonder if there is any update on how to uninstall Kubeflow ? |
I think this should be merged with #2216 We are looking for your contribution :-) /close |
@juliusvonkohout: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This worked for me: while ! kustomize build example | kubectl delete -f -; do echo "Retrying to delete resources"; sleep 10; done |
Hi, I tried to install kubeflow with a single command from README:
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.
The text was updated successfully, but these errors were encountered: