superluminar-io / super-eks

super-eks is a CDK construct that provides a preconfigured EKS installation with batteries included.
Apache License 2.0
44 stars 4 forks source link

ALB Ingress controller broken because of missing subnet tags #398

Closed bracki closed 2 years ago

bracki commented 2 years ago

ALB controller does not work because of missing tags.

Reproduction Steps

Launch super-eks. Add nginx as in the README. Try to curl it.

What did you expect to happen?

The ingress should be reachable under the given URL and return a HTTP 200 OK.

What actually happened?

You'll get an error when accessing the host.

Environment

Other

Possible fix:


This is :bug: Bug Report