mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #122872 from tnqn/fix-ClusterIPOutOfRange-warning
Reduce verbose logs in MetaAllocator
This commit is contained in:
commit
7811ba3d4d
@ -178,7 +178,7 @@ func (c *MetaAllocator) processNextItem() bool {
|
||||
func (c *MetaAllocator) syncTree() error {
|
||||
now := time.Now()
|
||||
defer func() {
|
||||
klog.Infof("Finished sync for CIDRs took %v", time.Since(now))
|
||||
klog.V(2).Infof("Finished sync for CIDRs took %v", time.Since(now))
|
||||
}()
|
||||
|
||||
serviceCIDRs, err := c.serviceCIDRLister.List(labels.Everything())
|
||||
|
Loading…
Reference in New Issue
Block a user