hetzner-cloud-controller-manager
hetzner-cloud-controller-manager copied to clipboard
Feature ideas
Hey ! Nice project 😄
Was wondering if you'd be open to a few changes. My setup is mixed dedicated and cloud servers on a private network with a CNI overlay. I need the LoadBalancer to hit the IPs inside the private network and the nodes to keep their internal IPs. So I was thinking :
- add a annotation to the LB to use the private network
- implement the instance v2 interface and merge the node address (so no overwriting the private IP)
I'm gonna add it for my need, but I'll send the PR if it's okay for you 😄
Hi @Sh4d1 Sorry for the long answer!
Private network configured via https://docs.hetzner.com/cloud/networks/connect-dedi-vswitch/?
Perhaps this will work if I add support for the load-balancer.hetzner.cloud / disable-public-network
annotation. I will definitely check when there is time.
I am glad for any PR.