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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ Traffic Listening can be controlled with following annotations:
159
159
Traffic Routing can be controlled with following annotations:
160
160
161
161
- <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
+
162
163
!!!note "Merge Behavior"
163
164
`name` is exclusive across all Ingresses in an IngressGroup.
164
165
@@ -190,6 +191,7 @@ Traffic Routing can be controlled with following annotations:
190
191
```
191
192
alb.ingress.kubernetes.io/target-type: instance
192
193
```
194
+
193
195
-<aname="target-node-labels">`alb.ingress.kubernetes.io/target-node-labels`</a> specifies which nodes to include in the target group registration for `instance` target type.
0 commit comments