Nginx Ingress returns 400 Bad request #235
Unanswered
fromano2802
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi, read the tutorial and the README carefully. If you enable proxy protocol on the load balancer via service annotations, you'll also need to enable it for Nginx via configmap. I'll convert this into a discussion since it's not an issue with the tool. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am following the tutorial at https://github.com/vitobotta/hetzner-k3s/blob/main/wiki/Setting%20up%20a%20cluster.md
and I am able to get to step 17 without any issues, but when I open the hello-world page, it returns a 400 bad request.
I know that the hello-world app is deployed correctly because I can port forward the service and see it in my localhost.
Am I missing anything?
Please advise
Beta Was this translation helpful? Give feedback.
All reactions