Skip to content

Commit 2a2780b

Browse files
authored
Merge branch 'master' into vnext-release
2 parents 44e5984 + d35faf3 commit 2a2780b

File tree

4 files changed

+355
-1
lines changed

4 files changed

+355
-1
lines changed

contrib/sticky-session/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ envsubst < ingress-ds.yaml | kubectl apply -f -
4141

4242
The [ingress-dc.yaml](ingress-dc.yaml) configuration file uses the `nginx.ingress.kubernetes.io/affinity: cookie` annotation that enable sticky sessions.
4343

44+
> **Note**
45+
> If you are on AWS/EKS and that your are using the ALB instead of NGINX Ingress Controller, [ALB annotations to manage sticky session](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/annotations/) will be :
46+
>
47+
> alb.ingress.kubernetes.io/target-group-attributes: stickiness.enabled=true,stickiness.lb_cookie.duration_seconds=60
48+
> alb.ingress.kubernetes.io/target-type: ip
49+
4450
### 6. Access the ODM services  
4551

4652
After a couple of minutes, the Ingress configuration is updated. You can then access the ODM services by retrieving the URLs with this command:

0 commit comments

Comments
 (0)