Skip to content

Commit 51f1d2d

Browse files
authored
docs: update Subnet discovery with optional tag
Release 2.1.2 included changes that relaxed requirements on subnet [tagging](#1773) with the cluster name.
1 parent 8d7b991 commit 51f1d2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/deploy/subnet_discovery.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ Private subnets are used for internal load balancers. These subnets must have th
2121

2222

2323
## Common tag
24-
Both the public and private subnets must be tagged with the cluster name as follows:
24+
In version 2.1.1 and older, both the public and private subnets must be tagged with the cluster name as follows:
2525

2626
| Key | Value |
2727
| --------------------------------------- | --------------------- |
2828
| `kubernetes.io/cluster/${cluster-name}` | `owned` or `shared` |
2929

3030
`${cluster-name}` is the name of the kubernetes cluster
31+
32+
In version 2.1.2 and newer, this requirement is not [needed](https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/1773).

0 commit comments

Comments
 (0)