We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7b991 commit 51f1d2dCopy full SHA for 51f1d2d
docs/deploy/subnet_discovery.md
@@ -21,10 +21,12 @@ Private subnets are used for internal load balancers. These subnets must have th
21
22
23
## Common tag
24
-Both the public and private subnets must be tagged with the cluster name as follows:
+In version 2.1.1 and older, both the public and private subnets must be tagged with the cluster name as follows:
25
26
| Key | Value |
27
| --------------------------------------- | --------------------- |
28
| `kubernetes.io/cluster/${cluster-name}` | `owned` or `shared` |
29
30
`${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