Skip to content

Commit

Permalink
fix typo in service annotations (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-viswanathan committed Oct 13, 2021
1 parent 5c7db7f commit b8dbca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/service/annotations.md
Expand Up @@ -229,7 +229,7 @@ Load balancer access can be controlled via following annotations:
- <a name="lb-internal">`service.beta.kubernetes.io/aws-load-balancer-internal`</a> specifies whether the NLB will be internet-facing or internal.

!!!note "deprecation note"
This annotation is deprecated starting v2.2.0 release in favor of the new [aws-load-balancer-scheme](#lb-scheme) annotation. It will will be supported, but in case of ties, the aws-load-balancer-scheme gets precedence.
This annotation is deprecated starting v2.2.0 release in favor of the new [aws-load-balancer-scheme](#lb-scheme) annotation. It will be supported, but in case of ties, the aws-load-balancer-scheme gets precedence.

!!!example
```
Expand Down

0 comments on commit b8dbca2

Please sign in to comment.