We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dba666 + 574e69c commit 0cff8fbCopy full SHA for 0cff8fb
docs/guide/ingress/annotation.md
@@ -596,6 +596,10 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
596
```
597
alb.ingress.kubernetes.io/load-balancer-attributes: deletion_protection.enabled=true
598
599
+ - enable invalid header fields removal
600
+ ```
601
+ alb.ingress.kubernetes.io/load-balancer-attributes: routing.http.drop_invalid_header_fields.enabled=true
602
603
- enable http2 support
604
605
alb.ingress.kubernetes.io/load-balancer-attributes: routing.http2.enabled=true
0 commit comments