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

docs: AWS ALB argogrpc target group health check fails #21328

Open
3 tasks done
aliabbasjaffri opened this issue Dec 29, 2024 · 2 comments
Open
3 tasks done

docs: AWS ALB argogrpc target group health check fails #21328

aliabbasjaffri opened this issue Dec 29, 2024 · 2 comments
Labels
bug Something isn't working version:2.13 Latest confirmed affected version is 2.13

Comments

@aliabbasjaffri
Copy link
Contributor

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

  • While following the guide for setting up AWS ALB for argogrpc service, the health checks fail for the argogrpc target group.
  • This is happening as the AWS ALB is created with alb.ingress.kubernetes.io/backend-protocol-version set as HTTP2 to cater for HTTP traffic for argocd-server service whereas argogrpc service expects gRPC traffic.
  • This is the reason why the health checks on the argocd-server target group pass whereas the health checks on argogrpc target group are failing.

To Reproduce

Expected behavior

  • argogrpc target groups should not fail

Version

  • Argocd helm chart version: 7.7.10
@aliabbasjaffri aliabbasjaffri added the bug Something isn't working label Dec 29, 2024
@andrii-korotkov-verkada
Copy link
Contributor

Which Argo CD image version are you using?

@aliabbasjaffri
Copy link
Contributor Author

I was deploying ArgoCD via helm chart in my EKS cluster. I faced this issue during installation. ArgoCD helm chart version was 7.7.10 and ArgoCD version there is v2.13.2

@andrii-korotkov-verkada andrii-korotkov-verkada added the version:2.13 Latest confirmed affected version is 2.13 label Jan 5, 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 version:2.13 Latest confirmed affected version is 2.13
Projects
None yet
Development

No branches or pull requests

2 participants