Allow not evicting pods that belong to unknown controllers #2178
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
triage/needs-information
Indicates an issue needs more information in order to work on it.
Description
What problem are you trying to solve?
We have pods that belong to custom controllers, that should not be considered replaceable.
Atm we have to add "do not disrupt" annotation to them via admission,
but it would be nice to have a feature that protects these pods (either by default or optional)
similar to what cluster-autoscaler does with
--skip-nodes-with-custom-controller-pods
(docs) which is default trueHow important is this feature to you?
Not a dealbreaker, but surprising when switching from cluster-autoscaler
The text was updated successfully, but these errors were encountered: