Skip to content

Commit 8b473b4

Browse files
authored
fix formatting (#2567)
* fix formatting * another formatting fix
1 parent 51fe6ee commit 8b473b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guide/ingress/annotations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Traffic Listening can be controlled with following annotations:
159159
Traffic Routing can be controlled with following annotations:
160160

161161
- <a name="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+
162163
!!!note "Merge Behavior"
163164
`name` is exclusive across all Ingresses in an IngressGroup.
164165

@@ -190,6 +191,7 @@ Traffic Routing can be controlled with following annotations:
190191
```
191192
alb.ingress.kubernetes.io/target-type: instance
192193
```
194+
193195
-<a name="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.
194196

195197
!!!example

0 commit comments

Comments
 (0)