1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Add RemovePodsViolatingNodeTaints taint exclusion

Add taint exclusion to RemovePodsViolatingNodeTaints. This permits node
taints to be ignored by allowing users to specify ignored taint keys or
ignored taint key=value pairs.
This commit is contained in:
Jacob Henner
2022-03-22 22:04:34 -04:00
parent 07bbdc61c4
commit ac3362149b
8 changed files with 65 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ type StrategyParameters struct {
LabelSelector *metav1.LabelSelector
NodeFit bool
IncludePreferNoSchedule bool
ExcludedTaints []string
}
type Percentage float64