File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ You can add kubernetes annotations to ingress and service objects to customize t
31
31
| [ alb.ingress.kubernetes.io/security-groups] ( #security-groups ) | stringList| N/A| ingress|
32
32
| [ alb.ingress.kubernetes.io/ssl-policy] ( #ssl-policy ) | string| ELBSecurityPolicy-2016-08| ingress|
33
33
| [ alb.ingress.kubernetes.io/subnets] ( #subnets ) | stringList| N/A| ingress|
34
- | [ alb.ingress.kubernetes.io/success-codes] ( #success-codes ) | string| '200'| ingress|
34
+ | [ alb.ingress.kubernetes.io/success-codes] ( #success-codes ) | string| '200'| ingress,service |
35
35
| [ alb.ingress.kubernetes.io/tags] ( #tags ) | stringMap| N/A| ingress|
36
- | [ alb.ingress.kubernetes.io/target-group-attributes] ( #target-group-attributes ) | stringMap| N/A| ingress|
36
+ | [ alb.ingress.kubernetes.io/target-group-attributes] ( #target-group-attributes ) | stringMap| N/A| ingress,service |
37
37
| [ alb.ingress.kubernetes.io/target-type] ( #target-type ) | instance \| ip| instance| ingress,service|
38
38
| [ alb.ingress.kubernetes.io/unhealthy-threshold-count] ( #unhealthy-threshold-count ) | integer| '2'| ingress,service|
39
39
@@ -285,6 +285,10 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
285
285
```
286
286
alb.ingress.kubernetes.io/target-group-attributes: deregistration_delay.timeout_seconds=30
287
287
```
288
+ - enable sticky sessions
289
+ ```
290
+ alb.ingress.kubernetes.io/target-group-attributes: stickiness.enabled=true,stickiness.lb_cookie.duration_seconds=60
291
+ ```
288
292
289
293
## Resource Tags
290
294
ALB Ingress controller will automatically apply following tags to AWS resources(ALB/TargetGroups/SecurityGroups) created.
You can’t perform that action at this time.
0 commit comments