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
Workload pods may become stuck (fail to delete). MCAD implemented an optional forceful deletion where after a user-specified grace period, MCAD would forcefully delete (delete with graceperiod 0) all remaining pods of a deleted workload.
We need similar functionality in the AppWrapper controller, but should drive it by looking for an annotation that enables it (and sets the deletion grace period) and by using timestamps in conditions instead of adding additional specialized fields to the status.
The text was updated successfully, but these errors were encountered:
Workload pods may become stuck (fail to delete). MCAD implemented an optional forceful deletion where after a user-specified grace period, MCAD would forcefully delete (delete with graceperiod 0) all remaining pods of a deleted workload.
The code that does this in mcadv2 is here: https://github.com/project-codeflare/mcad/blob/4dffea6bb957248dda957d9d97ec62fb19b7b9dc/internal/controller/resource_manager.go#L216-L241
We need similar functionality in the AppWrapper controller, but should drive it by looking for an annotation that enables it (and sets the deletion grace period) and by using timestamps in conditions instead of adding additional specialized fields to the status.
The text was updated successfully, but these errors were encountered: