aws-samples / aws-samples/aws-do-eks
Configuration creates two security groups with `kubernetes.io/cluster/k8s-gpu-cluster` tag
- Dominant language
- Shell
- Stars
- 68
- Forks
- 35
- Avg merge
- 4h 23m
- Merged PRs (30d)
- 40
Description
I followed the guides to launch a k8s cluster with a p4de instance and I think the default security groups it created had two groups with the `kubernetes.io/cluster/k8s-gpu-cluster` tag included. When trying to later create an ingress load balancer using the aws load balancer controller, the loadbalancer failed to configure everything.
This matches [this error report](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/1897) and deleting the tag in one security group resolved the issue.
It'd be very helpful to figure out where this double tagging is happening and add a fix so that eks clusters are well configured for load balancers.
Contributor guide
Assessment
This issue has not been assessed yet.