Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit b238aec

Browse files
committed
let's try that again
1 parent 9d9fc07 commit b238aec

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

setup/installation.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,18 @@ options for obtaining these.
166166
in, Coder will prompt you to change your password.
167167

168168
At this point, you're ready to proceed to [configuring Coder](configuration.md).
169+
170+
## EKS Troubleshooting
171+
172+
If you're unable to access your Coder deployment via the external IP generated
173+
by EKS, this is likely due to Load Balancer health checks failing. To resolve
174+
this issue, set the `externalTrafficPolicy` helm value to `Cluster` by running
175+
the following command:
176+
177+
```console
178+
helm upgrade --install coder coder/coder --set coderd.serviceSpec.externalTrafficPolicy=Cluster
179+
```
180+
181+
Note that setting `externalTrafficPolicy` to `Cluster` masks the source IP
182+
address of your Coder users. For more information on this value, [see the
183+
Kubernetes documentation](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip).

0 commit comments

Comments
 (0)