You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments