eksctl
eksctl copied to clipboard
[Feature] Tag subnets on AWS
What feature/behavior/change do you want?
When using an existing VPC to create an EKS cluster, observed that the tags to identify private/public subnets are not available.
Example: Tags for a private subnet: aws-load-balancer-internal
This is causing the internal ELB to be associated to public subnets and vice versa.
Observed that kops is adding the tags. Please refer to https://github.com/kubernetes/kops/issues/2011.
Is this something that can be added to eksctl?
Why do you want this feature?
This will ensure subnets are tagged properly and LBs are mapped to proper/appropriate subnets.
I would also really like this feature. I am happy to implement it.
@pradeepnnv thanks for the feature request. ✨ @adamjohnson01 thanks for the interest in implementing this feature, we're happy to accept contributions from the community 🎉
@adamjohnson01 Wondering if you made any progress towards this, let us know if you need any assistance 👍🏻
This has caught me out when using karpenter, which uses subnet tags to define where to issue the new nodes - turns out half my cluster was on the public subnet and didn't notice!
We need to verify whats happening with the tags at moment and whether its being incorrectly associated with the ELB. Spike - 1 - 2 days