plunder-app / plndr-cloud-provider

A bare metal cloud provider for Kubernetes
Apache License 2.0
40 stars 5 forks source link

Modify the manifest to ensure that the leader name is unique #18

Closed thebsdbox closed 3 years ago

thebsdbox commented 4 years ago

By default the plndr-cloud-provider will start with the leader election name cloud-controller-manager. This means that if any other provider is running with the same name (e.g. vSphere cloud provider) then there will be an election and only one of the providers can run.

cc / @mauilion