Skip to content

Commit

Permalink
UPSTREAM: 98137: kubelet: avoid logspam 'kubelet nodes sync'
Browse files Browse the repository at this point in the history
  • Loading branch information
chymy authored and ehashman committed Jan 20, 2021
1 parent 94f5157 commit a6a4a10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kubelet/kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ func NewMainKubelet(kubeCfg *kubeletconfiginternal.KubeletConfiguration,
nodeLister = kubeInformers.Core().V1().Nodes().Lister()
nodeHasSynced = func() bool {
if kubeInformers.Core().V1().Nodes().Informer().HasSynced() {
klog.Infof("kubelet nodes sync")
return true
}
klog.Infof("kubelet nodes not sync")
Expand Down

0 comments on commit a6a4a10

Please sign in to comment.