mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-03-02 01:30:53 +00:00
Merge pull request #1827 from a7i/k8s-1.35
[v0.35.0] bump to kubernetes 1.35 deps
This commit is contained in:
@@ -282,7 +282,7 @@ func evictPods(
|
||||
break
|
||||
}
|
||||
|
||||
if !utils.PodToleratesTaints(pod, destinationTaints) {
|
||||
if !utils.PodToleratesTaints(ctx, pod, destinationTaints) {
|
||||
logger.V(3).Info(
|
||||
"Skipping eviction for pod, doesn't tolerate node taint",
|
||||
"pod", klog.KObj(pod),
|
||||
|
||||
Reference in New Issue
Block a user