costela / hcloud-ip-floater

k8s controller for Hetzner Cloud floating IPs
GNU General Public License v3.0
53 stars 9 forks source link

Add support for dedicated hetzner servers (robot api) #33

Open KlavsKlavsen opened 3 years ago

KlavsKlavsen commented 3 years ago

It would be great if this code also worked for dedicated servers with a floating ip.. It would need to implement this API instead https://docs.hetzner.com/robot/dedicated-server/robot-interfaces/ - an example of code doing this: https://github.com/ahes/hetzner-api-failover

But this project with following externalip handed out by metallb "is just what I need".. :)

KlavsKlavsen commented 3 years ago

I've found this implementation of the hetzner robot api - https://github.com/nl2go/hrobot-go - which could be used to interface with it.