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 adcc255 commit e12ba14Copy full SHA for e12ba14
pkg/daemon/daemon.go
@@ -274,8 +274,8 @@ func (d *daemon) becomeLeader() error {
274
log.Info().Msg("Becoming leader, initializing daemon logic")
275
276
// Initialize the GUID pool (rebuild state from existing pods)
277
- if err := d.initPool(); err != nil {
278
- log.Error().Msgf("initPool(): Leader could not init the guid pool: %v", err)
+ if err := d.initGUIDPool(); err != nil {
+ log.Error().Msgf("initGUIDPool(): Leader could not init the guid pool: %v", err)
279
return fmt.Errorf("failed to initialize GUID pool as leader: %v", err)
280
}
281
0 commit comments