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

Can't uninstall kubernetes service #28

Closed
nitrogear opened this issue Oct 17, 2017 · 2 comments
Closed

Can't uninstall kubernetes service #28

nitrogear opened this issue Oct 17, 2017 · 2 comments

Comments

@nitrogear
Copy link

We had k8s service with 5 nodes (21 running tasks) on DC/OC 1.10. I noticed that some tasks failed and today only 8 tasks were running. I tried to uninstall service by:

> dcos package uninstall beta-kubernetes --app-id=/kubernetes
WARNING: This action cannot be undone. This will uninstall [/kubernetes] and delete all of its persistent (logs, configurations, database artifacts, everything).
Please type the name of the service to confirm: /kubernetes
Uninstalled package [beta-kubernetes] version [0.2.1-1.7.7-beta]
DC/OS Kubernetes has been uninstalled.

However, service wasn't completely removed and now I see only 1 task kubernetes.565e588c-b318-11e7-963f-46f4cd883ac6 in unhealthy state. Tried to run uninstall command again, but it didn't help.
How I can delete the service?

@hectorj2f
Copy link

hectorj2f commented Oct 17, 2017

@nitrogear Can you try the following command dcos marathon app remove /kubernetes ? If that doesn't work, try to use the janitor https://dcos.io/docs/1.7/usage/managing-services/uninstall/. This issue isn't related to the kubernetes package.

@nitrogear
Copy link
Author

It helped! Thank you very much

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

2 participants