cbeneke/hcloud-fip-controller

Add leaderelection feature

Closed this issue · 1 comments

It should be possible to run multiple pods of the fip-controller with a leader election to decrease time to recovery in case of node failure. If the fip-controller is scheduled on a failing node kubernetes will wait 5 minutes before starting to reschedule pods (in default config)

Added in #17; Thanks @phiphi282