You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
115
124
1. Run the following command to install the chart in your cluster.
0 commit comments