Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: LoadBalancer support for dedicated servers (bare metal) via private IPs #776

Open
maxpain opened this issue Nov 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@maxpain
Copy link

maxpain commented Nov 2, 2024

Hetzner Cloud allows us to use Private IP addresses of Bare Metal dedicated servers in their Cloud Load Balancer via vSwitch.

image

hcloud-cloud-controller-manager currently supports only public IP addresses.
Can we fix it?

@maxpain maxpain added the enhancement New feature or request label Nov 2, 2024
@maxpain maxpain changed the title LoadBalancer support for dedicated servers (bare metal) via private IPs Feature: LoadBalancer support for dedicated servers (bare metal) via private IPs Nov 2, 2024
@lukasmetzner
Copy link
Contributor

Hey,

unfortunately, adding routes to a network with a vSwitch has its limitations. You can find more information about this in the API documentation in the section that describes valid values for the gateway.

Here is some more reference with respect to the route controller, which is part of the hcloud-cloud-controller-manager.

Best Regards
Lukas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants