We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22e071 commit 7a08cd5Copy full SHA for 7a08cd5
pkg/leaderelection/leader_election.go
@@ -54,7 +54,7 @@ func NewResourceLock(config *rest.Config, recorderProvider recorder.Provider, op
54
55
// Default the LeaderElectionID
56
if options.LeaderElectionID == "" {
57
- options.LeaderElectionID = "controller-runtime"
+ options.LeaderElectionID = "controller-leader-election-helper"
58
}
59
60
// Default the namespace (if running in cluster)
0 commit comments