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 c201bfa commit 5a13db4Copy full SHA for 5a13db4
pkg/config/controller.go
@@ -66,7 +66,10 @@ type Controller struct {
66
// improves leadership failover time, as the caches will be prepopulated before the controller
67
// transitions to be leader.
68
//
69
- // When set to true, the controller will start its sources without waiting to become leader.
+ // Setting NeedWarmup to true and NeedLeaderElection to true means the controller will start its
70
+ // sources without waiting to become leader.
71
+ // Setting NeedWarmup to true and NeedLeaderElection is false is a no-op as controllers without
72
+ // leader election do not wait on leader election to start their sources.
73
// Defaults to false.
74
NeedWarmup *bool
75
0 commit comments