Skip to content

Commit

Permalink
add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leehinman committed Jan 8, 2024
1 parent 3e1fcbf commit c081363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pkg/agent/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ func tryDelayEnroll(ctx context.Context, logger *logger.Logger, cfg *configurati
}
options.DelayEnroll = false
options.FleetServer.SpawnAgent = false
// enrollCmd daemonReloadWithBackoff is broken, setting
// enrollCmd daemonReloadWithBackoff is broken
// see https://github.com/elastic/elastic-agent/issues/4043
// SkipDaemonRestart to true avoids running that code.
options.SkipDaemonRestart = true
c, err := newEnrollCmd(
Expand Down

0 comments on commit c081363

Please sign in to comment.