Skip to content

Commit d8abe37

Browse files
authored
docs: AWS EKS sessionAffinity for LB external IP to be issued (#6425)
1 parent 8a6635b commit d8abe37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/install/kubernetes.md

+9
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,15 @@ to log in and manage templates.
112112
> [values.yaml](https://github.com/coder/coder/blob/main/helm/values.yaml)
113113
> file directly.
114114
115+
If you are deploying Coder on AWS EKS and service is set to LoadBalancer, the load balancer external IP will be stuck in a pending status unless sessionAffinity is set to None.
116+
117+
```yaml
118+
coder:
119+
service:
120+
type: LoadBalancer
121+
sessionAffinity: None
122+
```
123+
115124
1. Run the following command to install the chart in your cluster.
116125
117126
```console

0 commit comments

Comments
 (0)