Skip to content

Commit e240cc1

Browse files
committed
add log message for sync run
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent fdb1cec commit e240cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manager/manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ func (m *KubeBootstrapTokenManager) initCloudProvider() {
141141
func (m *KubeBootstrapTokenManager) Start() {
142142
go func() {
143143
for {
144+
log.Infof("starting sync run")
144145
if err := m.syncRun(); err == nil {
145146
m.prometheus.sync.WithLabelValues().Set(1)
146147
m.prometheus.syncCount.WithLabelValues().Inc()

0 commit comments

Comments
 (0)