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

Support configuring rolling updates for workspace deployments #1045

Closed
amisevsk opened this issue Feb 15, 2023 · 0 comments
Closed

Support configuring rolling updates for workspace deployments #1045

amisevsk opened this issue Feb 15, 2023 · 0 comments
Assignees
Labels
sprint/current Is assigned to issues which are planned to work on in the current team sprint
Milestone

Comments

@amisevsk
Copy link
Collaborator

amisevsk commented Feb 15, 2023

Description

DWO currently uses the Recreate strategy for workspace deployments. We should investigate whether configuring workspaces to instead use Rolling via the DevWorkspaceOperatorConfig would be useful.

Additional context

Related issue: eclipse-che/che#21974

@l0rd l0rd added the sprint/current Is assigned to issues which are planned to work on in the current team sprint label Feb 18, 2023
@AObuchow AObuchow self-assigned this Feb 22, 2023
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue Mar 27, 2023
This commit adds a new DWOC field `config.workspace.deploymentStrategy` which allows
for specifying the workspace deployment strategy in the DWOC.
The possible choices are `Recreate` (Default) and `RollingUpdate`.

Fix devfile#1045

Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue Mar 29, 2023
This commit adds a new DWOC field `config.workspace.deploymentStrategy` which allows
for specifying the workspace deployment strategy in the DWOC.
The possible choices are `Recreate` (Default) and `RollingUpdate`.

Fix devfile#1045

Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue Mar 29, 2023
This commit adds a new DWOC field `config.workspace.deploymentStrategy` which allows
for specifying the workspace deployment strategy in the DWOC.
The possible choices are `Recreate` (Default) and `RollingUpdate`.

Fix devfile#1045

Signed-off-by: Andrew Obuchowicz <[email protected]>
@amisevsk amisevsk added this to the v0.20.x milestone Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint/current Is assigned to issues which are planned to work on in the current team sprint
Projects
None yet
Development

No branches or pull requests

3 participants