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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user