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
Copy file name to clipboardExpand all lines: docs/guide/ingress/annotations.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,7 @@ Traffic Listening can be controlled with following annotations:
157
157
## Traffic Routing
158
158
Traffic Routing can be controlled with following annotations:
159
159
160
-
- <aname="load-balancer-name">`alb.ingress.kubernetes.io/load-balancer-name`</a> specifies the custom name to use for the load balancer. Name longer than 32 characters will be trimmed.
161
-
160
+
- <aname="load-balancer-name">`alb.ingress.kubernetes.io/load-balancer-name`</a> specifies the custom name to use for the load balancer. Name longer than 32 characters will be treated as an error.
162
161
!!!note "Merge Behavior"
163
162
`name` is exclusive across all Ingresses in an IngressGroup.
Copy file name to clipboardExpand all lines: docs/guide/service/annotations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
## Traffic Routing
46
46
Traffic Routing can be controlled with following annotations:
47
47
48
-
- <aname="load-balancer-name">`service.beta.kubernetes.io/aws-load-balancer-name`</a> specifies the custom name to use for the load balancer. Name longer than 32 characters will be trimmed.
48
+
- <aname="load-balancer-name">`service.beta.kubernetes.io/aws-load-balancer-name`</a> specifies the custom name to use for the load balancer. Name longer than 32 characters will be treated as an error.
49
49
50
50
!!!note "limitations"
51
51
- If you modify this annotation after service creation, there is no effect.
0 commit comments