Ingress rules with AWS ALB don't work out of the box #281
Unanswered
rubyisbeautiful
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed the new ALB controller and updated my ingress to look like
which produces the Ingress:
This creates a rule in the ALB listener that is an exact match to /, making e.g. the /webhook not work. It works if I modify the rule in the listener in AWS directly, to match i.e. paths / or /webhook.
Because the rules section of the Ingress spec is hardcoded, I can't fix this using just annotations/rules. The rules section could default to that if no rules are provided in the values.
I may have misconfigured something; if not, I can attempt a PR
Beta Was this translation helpful? Give feedback.
All reactions