Skip to content

Commit c6f86fc

Browse files
authored
docs: ingress subnets annotation - clarify locale differences (#3579)
1 parent 01a619f commit c6f86fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/guide/ingress/annotations.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,10 @@ Traffic Routing can be controlled with following annotations:
226226
- <a name="subnets">`alb.ingress.kubernetes.io/subnets`</a> specifies the [Availability Zone](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html)s that the ALB will route traffic to. See [Load Balancer subnets](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-subnets.html) for more details.
227227

228228
!!!note ""
229-
You must specify at least two subnets in different AZs. Either subnetID or subnetName(Name tag on subnets) can be used.
229+
You must specify at least two subnets in different AZs unless utilizing the outpost locale, in which case a single subnet suffices. Either subnetID or subnetName(Name tag on subnets) can be used.
230+
231+
!!!note ""
232+
You must not mix subnets from different locales: availability-zone, local-zone, wavelength-zone, outpost.
230233

231234
!!!tip
232235
You can enable subnet auto discovery to avoid specifying this annotation on every Ingress. See [Subnet Discovery](../../deploy/subnet_discovery.md) for instructions.

0 commit comments

Comments
 (0)