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

RemovePodsViolatingNodeTaints: optionally include PreferNoSchedule taint

This commit is contained in:
Jan Chaloupka
2022-03-14 16:09:49 +01:00
parent c55a897599
commit 285523f0d9
5 changed files with 56 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ type StrategyParameters struct {
ThresholdPriorityClassName string
LabelSelector *metav1.LabelSelector
NodeFit bool
IncludePreferNoSchedule bool
}
type Percentage float64