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
|[service.beta.kubernetes.io/aws-load-balancer-internal](#lb-internal)| boolean | false | deprecated, in favor of [aws-load-balancer-scheme](#lb-scheme)|
|[service.beta.kubernetes.io/aws-load-balancer-access-log-enabled](#deprecated-attributes)| boolean | false | deprecated, in favor of [aws-load-balancer-attributes](#load-balancer-attributes)|
28
28
|[service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name](#deprecated-attributes)| string || deprecated, in favor of [aws-load-balancer-attributes](#load-balancer-attributes)|
@@ -201,11 +201,17 @@ Traffic Listening can be controlled with following annotations:
201
201
NLB resource attributes can be controlled via the following annotations:
202
202
203
203
- <aname="proxy-protocol-v2">service.beta.kubernetes.io/aws-load-balancer-proxy-protocol</a> specifies whether to enable proxy protocol v2 on the target group.
204
-
Set to '*' to enable proxy protocol v2. This annotation takes precedence over the annotation `service.beta.kubernetes.io/aws-load-balancer-target-group-attributes`
205
-
for proxy protocol v2 configuration.
204
+
This annotation takes precedence over the annotation `service.beta.kubernetes.io/aws-load-balancer-target-group-attributes` for proxy protocol v2 configuration.
- <aname="target-group-attributes">`service.beta.kubernetes.io/aws-load-balancer-target-group-attributes`</a> specifies the
211
217
[Target Group Attributes](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes) to be configured.
return []elbv2model.TargetGroupAttribute{}, errors.Errorf("invalid value %v for Load Balancer proxy protocol v2 annotation, only value currently supported is *", proxyV2Annotation)
0 commit comments