You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set the annotation load-balancer.hetzner.cloud/private-ipv4 to force a specific IPv4 address, but the load balancer always get the first available IP in the network.
Expected behavior
To be able to properly set a custom IPv4 address on the load balancer
but the load balancer keeps being provisioned with the 10.0.0.10 IP (which is the first one available).
Minimal working example
No response
Log output
When the service annotations are updated I always see this log, but I'm not sure if it's related:
| I0102 12:15:42.056198 1 load_balancers.go:187] "reload HC Load Balancer" op="hcloud/loadBalancers.EnsureLoadBalancer" loadBalancerID=2250377 │
│ I0102 12:15:42.480807 1 event.go:389] "Event occurred" object="default/traefik" fieldPath="" kind="Service" apiVersion="v1" type="Normal" reason="EnsuredLoadBalancer" message="Ensured load balancer"
### Additional information
I already tried to delete the load balancer, then the service, to force hccm to re-provision the load balancer
The text was updated successfully, but these errors were encountered:
TL;DR
I'm trying to set the annotation
load-balancer.hetzner.cloud/private-ipv4
to force a specific IPv4 address, but the load balancer always get the first available IP in the network.Expected behavior
To be able to properly set a custom IPv4 address on the load balancer
Observed behavior
These are my current annotations:
but the load balancer keeps being provisioned with the
10.0.0.10
IP (which is the first one available).Minimal working example
No response
Log output
The text was updated successfully, but these errors were encountered: