You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to introduce "Recreate Update" before "Rolling Update".
We saw some instability of che-master during - Hot update testing on working master | #9415
As part of this issue should and documentation how to do Recreate Hot Update on OpenShift
The text was updated successfully, but these errors were encountered:
How to perform Recreate type update without stopping active workspaces:
Make sure deployment update strategy set to Recreate
Make POST request to the /api/system/stop api to start WS master suspend
(means that all new attempts to start workspaces will be refused, and all current starts/stops will be finished). Note that this method requires system admin credentials.
Make periodical GET requests to /api/system/state api, until it returns READY_TO_SHUTDOWN state. Also, it may be visually controlled by line "System is ready to shutdown" in the server logs
Description
We want to introduce "Recreate Update" before "Rolling Update".
We saw some instability of che-master during - Hot update testing on working master | #9415
As part of this issue should and documentation how to do Recreate Hot Update on OpenShift
The text was updated successfully, but these errors were encountered: