Skip to content
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

Closed
hoangtnm opened this issue Oct 13, 2022 · 4 comments
Closed

Uninstallation guide #2299

hoangtnm opened this issue Oct 13, 2022 · 4 comments

Comments

@hoangtnm
Copy link

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.

@viethung1234q
Copy link

Hi, I wonder if there is any update on how to uninstall Kubeflow ?

@juliusvonkohout
Copy link
Member

I think this should be merged with #2216

We are looking for your contribution :-)

/close

@google-oss-prow
Copy link

@juliusvonkohout: Closing this issue.

In response to this:

I think this should be merged with #2216

We are looking for your contribution :-)

/close

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.

@bluecrayon52
Copy link

bluecrayon52 commented Dec 21, 2023

This worked for me:

while ! kustomize build example | kubectl delete -f -; do echo "Retrying to delete resources"; sleep 10; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants