Merge pull request #6228 from XiShanYongYe-Chang/update-mismatch-log-info
update mismatch log info in the taint-manager
This commit is contained in:
commit
f2ff5d0abb
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue