dwmkerr / terraform-aws-openshift

Create infrastructure with Terraform and AWS, install OpenShift. Party!
http://www.dwmkerr.com/get-up-and-running-with-openshift-on-aws
MIT License
170 stars 174 forks source link

Creating Loadbalancer fails because of multiple tagged security groups #73

Open iboware opened 5 years ago

iboware commented 5 years ago

Hi,

When I'm creating a service as type of LoadBalancer I'm getting following error. It gives the same error for both worker node. I couldn't figure out what is multiple tagged security groups. Anyone having same issue or fix for it?

Error creating load balancer (will retry): failed to ensure load balancer for service database/primeapps: Multiple tagged security groups found for instance i-0f5333888818a6f50; ensure only the k8s security group is tagged 

Solution should be similar to this: https://github.com/coreos/tectonic-installer/issues/243