(eks): LoadBalancer type of Service failed to start in the EKS cluster created by CDK #12166
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p1
Right after I create an EKS cluster with CDK I tried to provision a Service Object with LoadBalancer Type. I got the following error when I describe the service:
I added ASG capacity with Spot Instances and CDK assigned two Security Groups with
kubernetes.io/cluster/CLUSTER_NAME=owned
tags.From one of the Security Groups, I delete the tag (ref: kubernetes/kubernetes#73906) then it worked.
Changing the tag to
shared
did not work for me.Reproduction Steps
What did you expect to happen?
Create Service without any issue.
What actually happened?
The service went pending.
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: