-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[per-workspace PVC strategy] - When deleting workspace, PVC is not deleted, nor cleaned up. #12521
Comments
@sleshchenko Great to hear the fix is already in place. In case of CRW respin, we will probably have to cherry-pick that commit to 6.17.x branch. |
@sleshchenko You tried that with 6.18.0, right? We need to check that cherrypicked to 6.17.x branch. We pretty much don't care if minishift is capable of recycling PVCs ;-) |
@rhopp Yeah, 6.18.0-SNAPSHOT where the mentioned commit is present |
@rhopp It won't help for existing workspaces because Che Server doesn't update existing PVCs where workspace id label is missing. |
@rhopp I will start bugfix release once this issue will be closed. |
Closing after discussion with @sleshchenko. The fix (for new workspaces) is already in master. We don't need this one fixed for an "upgrade" path (for existing workspaces) |
Well, it is not possible to update So, not sure if we need create an issue for that but PVC strategies may be improved to:
|
Description
When CRW is deployed with "per-workspace" PVC strategy and workspace is deleted, I guess the corresponding PVC should be deleted also, but this isn't happening.
Downstream issue: https://issues.jboss.org/browse/CRW-83
Reproduction Steps
EXPECTED: PVC of this workspace is deleted.
ACTUAL: It is not.
OS and version:
Diagnostics:
Nothing in the logs.
The text was updated successfully, but these errors were encountered: