Skip to content
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

HA k3s deployment failed to proxy to backend #12782

Open
falkia34 opened this issue Jan 23, 2025 · 1 comment
Open

HA k3s deployment failed to proxy to backend #12782

falkia34 opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@falkia34
Copy link

Describe the bug
I deployed authentik with K8s, using ArgoCD, cloudnativepg 17 with read replica, and minio. I got "failed to proxy to backend" on the log, and the pod status on amd64 node stuck on progressing, with message "Readiness probe failed: Get "http://10.15.0.123:9000/-/health/ready/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)".

To Reproduce
Steps to reproduce the behavior:

  1. Deploy argocd, cloudnativepg with read replica, and minio
  2. Deploy authentik with kustomization and helm chart, with 3 server replicas

Expected behavior
The deployment run smoothly

Logs
https://hastebin.com/share/igupoxoful.json
https://hastebin.com/share/ilecucoquz.python

Version and Deployment (please complete the following information):

  • authentik version: 2024.12.2
  • Deployment: k3s cluster with 3 nodes mixed arch, 1 amd64 and 2 arm64
@falkia34 falkia34 added the bug Something isn't working label Jan 23, 2025
@falkia34
Copy link
Author

falkia34 commented Jan 23, 2025

I think this problem is related to #5059, but in my case, it was caused by slow storage on redis instance because it was using longhorn storage class. I switched it to local-path, and everything seems to be fine now.

@falkia34 falkia34 changed the title K8s deployment failed to proxy to backend HA k3s deployment failed to proxy to backend Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant