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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,17 +269,17 @@ Traffic Routing can be controlled with following annotations:
269
269
270
270
- <aname="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.
271
271
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.
275
275
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.
- <aname="actions">`alb.ingress.kubernetes.io/actions.${action-name}`</a> Provides a method for configuring custom actions on a listener, such as Redirect Actions.
0 commit comments