From b281a2422cf66418e78ff770909f7817c0e08f86 Mon Sep 17 00:00:00 2001 From: Steffen Windoffer Date: Thu, 21 May 2026 10:59:16 +0200 Subject: [PATCH] fix: ipam-ipv4-pool-id example, tip and note block spacing --- docs/guide/ingress/annotations.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md index 598e939ef..3cc866c63 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -276,17 +276,17 @@ Traffic Routing can be controlled with following annotations: - `alb.ingress.kubernetes.io/ipam-ipv4-pool-id` 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. - !!!note "" - The chosen IPAM pool is always the prioritized source when assigning public IPv4 addresses. - If there are no more assignable IP addresses in the IPAM pool, AWS managed IPv4 addresses are assigned. + !!!note "" + The chosen IPAM pool is always the prioritized source when assigning public IPv4 addresses. + If there are no more assignable IP addresses in the IPAM pool, AWS managed IPv4 addresses are assigned. - !!!tip - To remove an IPAM pool associated to your ALB, remove the annotation from your ingress. + !!!tip + To remove an IPAM pool associated to your ALB, remove the annotation from your ingress. - !!!example - ``` - alb.ingress.kubernetes.io/ipam-ipv4-pool-id: ipam-pool-0f995c17c00375b48 - ``` + !!!example + ``` + alb.ingress.kubernetes.io/ipam-ipv4-pool-id: ipam-pool-0f995c17c00375b48 + ``` - `alb.ingress.kubernetes.io/actions.${action-name}` Provides a method for configuring custom actions on a listener, such as Redirect Actions.