Skip to content

Commit f23eab5

Browse files
Pred05Timothy-Dougherty
authored andcommitted
Fix annotation code block for load balancer name (kubernetes-sigs#2096)
Fix the code block for service.beta.kubernetes.io/aws-load-balancer-name
1 parent 3cbe18a commit f23eab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/service/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Traffic Routing can be controlled with following annotations:
5353

5454
!!!example
5555
```
56-
service.beta.kubernetes.io/load-balancer-name: custom-name
56+
service.beta.kubernetes.io/aws-load-balancer-name: custom-name
5757
```
5858

5959
- <a name="lb-type">`service.beta.kubernetes.io/aws-load-balancer-type`</a> specifies the load balancer type. This controller reconciles those service resources with this annotation set to either `nlb-ip` or `external`.

0 commit comments

Comments
 (0)