You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Checklist:
argocd version
.Describe the bug
alb.ingress.kubernetes.io/backend-protocol-version
set asHTTP2
to cater forHTTP
traffic forargocd-server
service whereasargogrpc
service expectsgRPC
traffic.argocd-server
target group pass whereas the health checks onargogrpc
target group are failing.To Reproduce
argogrpc
target groupargogrpc
target groups are failingExpected behavior
argogrpc
target groups should not failVersion
7.7.10
The text was updated successfully, but these errors were encountered: