mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-03-03 10:10:33 +00:00
This patch adds the policy(evictFailedBarePods) to allow the failed pods without ownerReferences to be evicted. For backward compatibility, disable the policy by default. Address #644.