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
Pod reaper should support some sort of rule configuration to make it much more dynamic.
Instead of using flags, we can load a configuration file that contains something like:
Pod reaper should support some sort of rule configuration to make it much more dynamic.
Instead of using flags, we can load a configuration file that contains something like:
valid statuses =
Terminating
(by timestamp),ContainerCreating
(by ContainerStatuses),Init
(by ContainerStatuses)This can be a great enhancement to pod reaper
The text was updated successfully, but these errors were encountered: