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

Correct log in topology spread strategy

This commit is contained in:
lixiang
2021-03-06 16:21:46 +08:00
parent f5666882de
commit 09c7d1be0a

View File

@@ -78,7 +78,7 @@ func RemovePodsViolatingTopologySpreadConstraint(
) { ) {
thresholdPriority, includedNamespaces, excludedNamespaces, err := validateAndParseTopologySpreadParams(ctx, client, strategy.Params) thresholdPriority, includedNamespaces, excludedNamespaces, err := validateAndParseTopologySpreadParams(ctx, client, strategy.Params)
if err != nil { if err != nil {
klog.ErrorS(err, "Invalid PodLifeTime parameters") klog.ErrorS(err, "Invalid RemovePodsViolatingTopologySpreadConstraint parameters")
return return
} }