pýrus
pýrus
> As the OCCM only supports HTTP health checks for load balancers with a TrafficPolicy of "Local" on the HealthCheckNodePort, I implemented HTTP monitors using additional annotations. I never faced...
> The LoadBalancer should not add a new backend until at least one successful HTTP health check has been performed. This should help with the scenario I described above. Unfortunately...
> I found a theoretical solution to this problem: if you create a new member with `AdminStateUp` set to `false` and then set it to `true` after creation, the operating...
Just for the reference to my research about this topic: haproxy adds a pool member and considers it's alive: https://github.com/haproxy/haproxy/blob/697f7d1142a26352940532d0481cc17f9225d0d1/src/server.c#L2836 To change this behavior the haproxy config must contain `init-state...
@rybnico I submitted https://bugs.launchpad.net/octavia/+bug/2131245
> I just wanted to ask if you had created a PR/bug in the Octavia project. No, I hope that someone from Octavia team can handle this. > Please tell...
please don't forget to add docs ;)
this is a major change, which may break existing terraform scripts. I'd suggest to add a new field for subnet_id.