We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb1cec commit e240cc1Copy full SHA for e240cc1
manager/manager.go
@@ -141,6 +141,7 @@ func (m *KubeBootstrapTokenManager) initCloudProvider() {
141
func (m *KubeBootstrapTokenManager) Start() {
142
go func() {
143
for {
144
+ log.Infof("starting sync run")
145
if err := m.syncRun(); err == nil {
146
m.prometheus.sync.WithLabelValues().Set(1)
147
m.prometheus.syncCount.WithLabelValues().Inc()
0 commit comments