-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing a teleport in k8s with a steering wheel and ingress, get 502 #32747
Comments
How are you getting the certificate? #30789 should have addressed this, but it looks like you're not setting |
The above is my configuration. The only difference between my config and the OP's is that I had manually created a certificate via certmanager. The cert is a wild card cert for my domain. Rather than bad gateway, I get a 308 permanent redirect. |
Closing due to inactivity |
@IlyaPvd try adding this annotation to the ingress: nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" In the values file you add it as annotations.ingress |
In my case (ingress nginx), this annotation was needed (Thanks!). |
Thank you very much, it really helped |
You saved my life! thanks for the help!! 😄 |
Hello!
I get the same error when installing teleport from helm chart:
values.yml:
CHART VERSIONS - 14.0.0.
after installing the chart, it becomes necessary to manually set spec.tls.secretName. The certificate was issued, but nginx gives an error 502.
The text was updated successfully, but these errors were encountered: