Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d9d28b

Browse files
committed
UPSTREAM: <drop>: Revert "UPSTREAM: 98137: kubelet: avoid logspam 'kubelet nodes sync'"
This reverts commit a6a4a10.
1 parent bdffb03 commit 4d9d28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kubelet/kubelet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ func NewMainKubelet(kubeCfg *kubeletconfiginternal.KubeletConfiguration,
444444
nodeLister = kubeInformers.Core().V1().Nodes().Lister()
445445
nodeHasSynced = func() bool {
446446
if kubeInformers.Core().V1().Nodes().Informer().HasSynced() {
447+
klog.Infof("kubelet nodes sync")
447448
return true
448449
}
449450
klog.Infof("kubelet nodes not sync")

0 commit comments

Comments
 (0)