Skip to content

Commit dff579e

Browse files
authored
docs/fix: annotation admonition is broken formatting
Updated formatting for notes, tips, and examples in the annotations documentation.
1 parent 7b76760 commit dff579e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/guide/ingress/annotations.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -269,17 +269,17 @@ Traffic Routing can be controlled with following annotations:
269269

270270
- <a name="ipam-ipv4-pool-id">`alb.ingress.kubernetes.io/ipam-ipv4-pool-id`</a> Specifies the [IPv4 IPAM Pool ID](https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoip-ipam-console-ipv4.html) which will be used by your load balancer to assign IP addresses.
271271

272-
!!!note ""
273-
The chosen IPAM pool is always the prioritized source when assigning public IPv4 addresses.
274-
If there are no more assignable IP addresses in the IPAM pool, AWS managed IPv4 addresses are assigned.
272+
!!!note ""
273+
The chosen IPAM pool is always the prioritized source when assigning public IPv4 addresses.
274+
If there are no more assignable IP addresses in the IPAM pool, AWS managed IPv4 addresses are assigned.
275275

276-
!!!tip
277-
To remove an IPAM pool associated to your ALB, remove the annotation from your ingress.
276+
!!!tip
277+
To remove an IPAM pool associated to your ALB, remove the annotation from your ingress.
278278

279-
!!!example
280-
```
281-
alb.ingress.kubernetes.io/ipam-ipv4-pool-id: ipam-pool-0f995c17c00375b48
282-
```
279+
!!!example
280+
```
281+
alb.ingress.kubernetes.io/ipam-ipv4-pool-id: ipam-pool-0f995c17c00375b48
282+
```
283283

284284
- <a name="actions">`alb.ingress.kubernetes.io/actions.${action-name}`</a> Provides a method for configuring custom actions on a listener, such as Redirect Actions.
285285

0 commit comments

Comments
 (0)