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

Check PVC cleanup pods for failure (events and status) #551

Closed
amisevsk opened this issue Aug 12, 2021 · 0 comments · Fixed by #846
Closed

Check PVC cleanup pods for failure (events and status) #551

amisevsk opened this issue Aug 12, 2021 · 0 comments · Fixed by #846
Milestone

Comments

@amisevsk
Copy link
Collaborator

Description

Currently, when a workspace is deleted, a cleanup job runs to remove workspace-related files from the common PVC. This job can fail (if the pod fails above a threshold), but in some cases it can just hang indefinitely, if e.g. the pod cannot be scheduled, etc.

We should apply the same logic we use for checking workspace pods for failure to the PVC cleanup job that runs on DevWorkspace deletion. If a PVC cleanup job fails, the workspace should be treated in the same way as when the PVC cleanup job fails.

@ibuziuk ibuziuk mentioned this issue May 18, 2022
49 tasks
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue May 18, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue May 18, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue May 26, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue May 30, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue May 30, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
@ibuziuk ibuziuk mentioned this issue Jun 8, 2022
64 tasks
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue Jun 14, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue Jun 16, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
AObuchow added a commit to AObuchow/devworkspace-operator that referenced this issue Jun 17, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
AObuchow added a commit that referenced this issue Jun 21, 2022
Fix #551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
amisevsk pushed a commit to amisevsk/devworkspace-operator that referenced this issue Jul 4, 2022
Fix devfile#551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
(cherry picked from commit f3e317a)
@amisevsk amisevsk mentioned this issue Jul 4, 2022
3 tasks
ibuziuk pushed a commit that referenced this issue Jul 5, 2022
Fix #551

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
(cherry picked from commit f3e317a)
@amisevsk amisevsk added this to the v0.15.x milestone Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant