update mismatch log info in the taint-manager

Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
changzhen 2025-03-24 20:54:42 +08:00
parent 0235dc67c9
commit 412952ec45
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)
}