Merge pull request #6228 from XiShanYongYe-Chang/update-mismatch-log-info

update mismatch log info in the taint-manager
This commit is contained in:
karmada-bot 2025-03-25 09:04:43 +08:00 committed by GitHub
commit f2ff5d0abb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ func (tc *NoExecuteTaintManager) syncBindingEviction(key util.QueueKey) error {
return err
}
klog.V(2).Infof("Success to evict Cluster(%s) from ResourceBinding(%s) schedule result",
fedKey.ClusterWideKey.NamespaceKey(), fedKey.Cluster)
fedKey.Cluster, fedKey.ClusterWideKey.NamespaceKey())
} else if tolerationTime > 0 {
tc.bindingEvictionWorker.AddAfter(fedKey, tolerationTime)
}