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

Remove redundant eviction log message

This commit is contained in:
Mike Dame
2020-06-09 12:17:45 -04:00
parent 5e15d77bf2
commit ff21ec9432

View File

@@ -47,7 +47,6 @@ func RemovePodsViolatingInterPodAntiAffinity(ctx context.Context, client clients
}
if success {
klog.V(1).Infof("Evicted pod: %#v\n because of existing anti-affinity", pods[i].Name)
// Since the current pod is evicted all other pods which have anti-affinity with this
// pod need not be evicted.
// Update pods.