From dff579ec4e19a428c8346ac32f43d6772298dc27 Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Tue, 26 Aug 2025 22:59:18 -0300 Subject: [PATCH 1/2] docs/fix: annotation admonition is broken formatting Updated formatting for notes, tips, and examples in the annotations documentation. --- 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 98bb2efbd..fa6989bc4 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -269,17 +269,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. From 8625c2ef3354dcc2158f6cc416c79d2794fda520 Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Tue, 26 Aug 2025 23:02:33 -0300 Subject: [PATCH 2/2] Improve formatting in ingress annotations guide --- docs/guide/ingress/annotations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md index fa6989bc4..c1f0bf1d1 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -273,13 +273,13 @@ Traffic Routing can be controlled with following annotations: 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 + !!!tip To remove an IPAM pool associated to your ALB, remove the annotation from your ingress. - !!!example - ``` + !!!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.