Dynamic proxyProtocol.trustedIPs
from the created service
#1282
Labels
kind/proposal
a proposal that needs to be discussed.
Welcome!
What did you expect to see?
When I install traefik with this chart I can't know the list of trusted ips for the proxy protocol, because these ips will be available only after the LoadBalancer service is created. So as a workaround I first install traefik with the empty list, wait for the LoadBalancer to be created, then use
dig
to get the list of IPv4 and IPv6 addresses of my balancer. After that I can put them into the values file and redeploy the traefik.The proposal is to automate this process. We can create a job that waits for the LB, and then update the traefik arguments. We can use ArgoCD sync waves to ensure the correct order in which the resources are created.
The text was updated successfully, but these errors were encountered: