-
Notifications
You must be signed in to change notification settings - Fork 165
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
Add recreate update instructions #399
Conversation
full workspaces stopping will be performed. | ||
Therefore, `/api/system/stop` API contract changed slightly - now it tries to do the second behavior by default. Full shutdown with workspaces stop | ||
can be requested with `shutdown=true` parameter. | ||
|
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.
What is READY_TO_SHUTDOWN and how differs from PREPARING_TO_SHUTDOWN state?
As I understand it when you perform "stop" the system:
- tries to stop workspaces gracefully (if infra supports recovery)
- otherwise it just stopping workspaces
that's PREPARING_TO_SHUTDOWN state?
when all stopped it becomes READY_TO_SHUTDOWN which allows master to stop the process?
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.
Yes, that's correct.
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.
Added sentence when PREPARING_TO_SHUTDOWN becomes READY_TO_SHUTDOWN
Add recreate update instructions into openshift admin guide.