Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #273 from noamran/271_uniqueID
Browse files Browse the repository at this point in the history
🐛 Support running alongside other Cluster API pods in the same namespace with leader election enabled
  • Loading branch information
k8s-ci-robot authored Oct 7, 2019
2 parents eb4a7c8 + 10c99fd commit 175bf91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func main() {
Scheme: scheme,
MetricsBindAddress: metricsAddr,
LeaderElection: enableLeaderElection,
LeaderElectionID: "controller-leader-election-cabpk",
Namespace: watchNamespace,
SyncPeriod: &syncPeriod,
})
Expand Down

0 comments on commit 175bf91

Please sign in to comment.