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

Commit f58e894

Browse files
committed
add github issue
1 parent b238aec commit f58e894

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup/installation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,11 @@ At this point, you're ready to proceed to [configuring Coder](configuration.md).
170170
## EKS Troubleshooting
171171

172172
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:
173+
by EKS, this is likely due to Load Balancer health checks failing. See the
174+
related [GitHub
175+
issue](https://github.com/kubernetes/kubernetes/issues/80897#issuecomment-567911824).
176+
To resolve this issue, set the `externalTrafficPolicy` Helm value to `Cluster`
177+
by running the following command:
176178

177179
```console
178180
helm upgrade --install coder coder/coder --set coderd.serviceSpec.externalTrafficPolicy=Cluster

0 commit comments

Comments
 (0)