diff --git a/pkg/registry/core/service/ipallocator/cidrallocator.go b/pkg/registry/core/service/ipallocator/cidrallocator.go index 4839a59d967..2c2f0ad08c9 100644 --- a/pkg/registry/core/service/ipallocator/cidrallocator.go +++ b/pkg/registry/core/service/ipallocator/cidrallocator.go @@ -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())