Merge pull request #1827 from a7i/k8s-1.35

[v0.35.0] bump to kubernetes 1.35 deps
This commit is contained in:
Kubernetes Prow Robot
2026-02-18 16:31:37 +05:30
committed by GitHub
2162 changed files with 124889 additions and 69972 deletions

View File

@@ -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),