Adding more detailed logging for Topology Hints

This commit is contained in:
Rob Scott
2021-09-02 15:46:14 -07:00
parent 295a8c1371
commit f24d917d3c
2 changed files with 6 additions and 1 deletions

View File

@@ -543,6 +543,7 @@ func (c *Controller) checkNodeTopologyDistribution() {
c.topologyCache.SetNodes(nodes)
serviceKeys := c.topologyCache.GetOverloadedServices()
for _, serviceKey := range serviceKeys {
klog.V(2).Infof("Queuing %s Service after Node change due to overloading", serviceKey)
c.queue.Add(serviceKey)
}
}