Skip to content

Commit 58cf5e9

Browse files
kreempuffTimothy-Dougherty
authored andcommitted
docs: update Subnet discovery with optional tag (kubernetes-sigs#1943)
* docs: update Subnet discovery with optional tag Release 2.1.2 included changes that relaxed requirements on subnet [tagging](kubernetes-sigs#1773) with the cluster name. * docs: update based of PR feedback
1 parent facc1e2 commit 58cf5e9

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 v2.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+
The cluster tag is not required in v2.1.2 and newer releases.

0 commit comments

Comments
 (0)