mirror of https://github.com/k3s-io/k3s
Merge pull request #71929 from tanshanshan/schedulerlittle10
add description about namespace for pod in logpull/564/head
commit
d6e0d5a9e8
|
@ -1031,7 +1031,7 @@ func selectVictimsOnNode(
|
|||
if !fits {
|
||||
removePod(p)
|
||||
victims = append(victims, p)
|
||||
klog.V(5).Infof("Pod %v is a potential preemption victim on node %v.", p.Name, nodeInfo.Node().Name)
|
||||
klog.V(5).Infof("Pod %v/%v is a potential preemption victim on node %v.", p.Namespace, p.Name, nodeInfo.Node().Name)
|
||||
}
|
||||
return fits
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue