kube-cleanup-operator
kube-cleanup-operator copied to clipboard
Other Pod(s) Status Clean up & Pod(s) stuck in Terminating state
Added the below changes:
- Pod(s) which are stuck in Terminating state and requires graceful delete based on age/time ( experimental change and will discuss about controlling thru flag)
- Pod(s) which are in Error/ContainerStatusUnknown/OOMKilled/Terminated/Completed(Sometimes running pod changes to completed due to node re-creation/preemptive nodes ) based on age/time.
- Other states like OutOfpods , OutOfcpus , Terminated etc
Issues #88 :
https://github.com/lwolf/kube-cleanup-operator/issues/88