-
Notifications
You must be signed in to change notification settings - Fork 65
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
Chang server:stop behavior and added server:delete #76
Conversation
Hello, I tried on minikube
|
|
@benoitf you are right. I had not made the changes needed to support this scenario in this PR: The only way to restart Che is |
ok, I was not able to test on minishift as each time it pulls all images it takes me at least one hour :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked on minishift - works well
I am going to merge this PR since fixing |
With this PR the command
server:stop
:/api/system/stop?shutdown=true
)In this PR is also included a new command:
server:delete
. It rapidly purges all Che resources (deployments, pods, services, routes, cm, pvc etc...) to start from scratch.Some other changes included in this PR: