Readiness/liveness probes failing (AWS EKS)
Hello! I have set up an AWS EKS cluster and Postgres using AWS RDS (allowing TCP access from anywhere). Installed Coder using this tutorial: https://coder.com/docs/v2/latest/install/kubernetes
Currently, the LoadBalancer external IP gets stuck at pending. Coder seems to be installed successfully because there are no error logs in the pod. Looking at the pod's describe, the liveness and readiness probes keep failing:
This issue is similar to these previous ones but I am not sure how they were solved:
https://github.com/coder/coder/issues/5577
https://discord.com/channels/747933592273027093/1002186339757850644/1004434608466698322 (@Dean)
Any help would be appreciated!
Currently, the LoadBalancer external IP gets stuck at pending. Coder seems to be installed successfully because there are no error logs in the pod. Looking at the pod's describe, the liveness and readiness probes keep failing:
This issue is similar to these previous ones but I am not sure how they were solved:
https://github.com/coder/coder/issues/5577
https://discord.com/channels/747933592273027093/1002186339757850644/1004434608466698322 (@Dean)
Any help would be appreciated!
GitHub
Description I am installing coder v2 on my Kubernetes cluster, the installation goes well, but the Coder pod is not running, and when I get into the pod's describe, it says that both Readin...
