Skip to content

Commit 3dedc09

Browse files
isqrdTimothy-Dougherty
authored andcommitted
Reference exisiting documentation with regards to subnet autodiscovery
1 parent 08a055a commit 3dedc09

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/guide/service/nlb_ip_mode.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,7 @@ service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
3434
```
3535
3636
## Subnet tagging requirements
37-
You must tag the subnets you wish to attach your ELB to with the following tags.
38-
- For any subnet used by node group.
39-
- **Key:** *kubernetes.io/cluster/$CLUSTER_NAME*
40-
- **Value:** (shared|owned)
41-
- Shared - Allow more than one cluster to use the subnet
42-
- Owned - Only allow one cluster to use the subnet.
43-
44-
- For Private internal ELB
45-
- **Key:** *kubernetes.io/role/internal-elb*
46-
- **Value:** 1
47-
48-
- For Public ELB
49-
- **Key:** *kubernetes.io/role/elb*
50-
- **Value:** 1
37+
See [Subnet Discovery](https://kubernetes-sigs.github.io/aws-load-balancer-controller/guide/controller/subnet_discovery/) for details on configuring ELB for public or private placement.
5138
5239
5340
## Security group

0 commit comments

Comments
 (0)