Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HA support to endpoints controller (hashicorp#479)
* Support HA for the endpoints controller - The controller manager allows for multiple instances of the controller to run using leader election. By configuring leader election, one of the instances of the controller (the leader) will run the reconciler. All instances can serve the webhook though, but only on the instances will inject the containers per request. This requires additional priveleges from an RBAC perspective that will be a part of a helm commit.
- Loading branch information