spaceocelote
CCoder.com
•Created by spaceocelote on 12/3/2024 in #help
$CODER_ACCESS_URL for working health check and auth-provider in k8s
having the ability to set the "internal access url" (ie coder.coder.svc.cluster.local) would be an other solution to the issue
8 replies
CCoder.com
•Created by spaceocelote on 12/3/2024 in #help
$CODER_ACCESS_URL for working health check and auth-provider in k8s
for more information see the comment above
8 replies
CCoder.com
•Created by spaceocelote on 12/3/2024 in #help
$CODER_ACCESS_URL for working health check and auth-provider in k8s
I figured out a solution in my case. The issue was that the chosen load balancer (NLB) had preserve client ip on (by choice for a legacy service we upgraded so probably no need anymore). long story short Toggling this makes sure that the ingress url works to address from within the pod with that specific url:
https://www.reddit.com/r/kubernetes/comments/tk659b/comment/i1zv5pa/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
8 replies