postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Add support for manually setting load balancer IPs

Open jamesmcdonald opened this issue 3 years ago • 1 comments

This adds the settings masterLoadBalancerIP and replicaLoadBalancerIP to the postgresql CRD. Setting either of these options will cause loadBalancerIP to be set on the generated service.

Solves #1285

jamesmcdonald avatar Jun 17 '21 08:06 jamesmcdonald

This rebased version isn't tested yet; I'm not sure how it will interact with the replica pooler load balancer stuff.

jamesmcdonald avatar Jun 01 '22 07:06 jamesmcdonald

@jamesmcdonald Hi, this PR looks really useful and I'd appreciate it if this gets merged. Is there still something that needs to be solved?

yoshihikoueno avatar Nov 22 '22 00:11 yoshihikoueno

We don't actually use static IPs in our setup any more because we switched to external-dns, so I haven't chased it up or kept the PR up-to-date with upstream. Feel free to close it if it's not a desired feature.

jamesmcdonald avatar Apr 04 '23 11:04 jamesmcdonald