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
I run a vanilla Kubernetes v1.32.2 cluster on multiple Raspberry Pi 5s, 3 control nodes and 4 workers nodes. ArgoCD is deployed using Kustomize. The argocd-redis-ha-haproxy container is failing with no apparent reason given in the logs or a kubectl describe. Version bumping the container image to one that supports linux/arm64/v8 would appear to fix the issue.
The image used for the argocd-redis-ha-haproxy container is public.ecr.aws/docker/library/haproxy:2.6.17-alpine, which I suspect is mirrored from docker hub. Looking at the available images and the architectures supported, I changed the tag to one that supports the arm64/v8 and it the container successfully started and I can log into ArgoCD now.
I haven't done much more than just logging into ArgoCD at this point and do not know if changing the haproxy image effects anything else.
Checklist:
argocd version
.Describe the bug
I run a vanilla Kubernetes v1.32.2 cluster on multiple Raspberry Pi 5s, 3 control nodes and 4 workers nodes. ArgoCD is deployed using Kustomize. The argocd-redis-ha-haproxy container is failing with no apparent reason given in the logs or a kubectl describe. Version bumping the container image to one that supports linux/arm64/v8 would appear to fix the issue.
The image used for the argocd-redis-ha-haproxy container is public.ecr.aws/docker/library/haproxy:2.6.17-alpine, which I suspect is mirrored from docker hub. Looking at the available images and the architectures supported, I changed the tag to one that supports the arm64/v8 and it the container successfully started and I can log into ArgoCD now.
I haven't done much more than just logging into ArgoCD at this point and do not know if changing the haproxy image effects anything else.
Link to the containers used in the original manifest:
https://hub.docker.com/_/haproxy/tags?name=2.6.17-alpine
Link to the new container used:
https://hub.docker.com/_/haproxy/tags?name=2.6.21-alpine
Adding this to my kustomization.yml file fixed the issue.
To Reproduce
Deploy ArgoCD with kustomize.
Expected behavior
For all the containers to not crash.
Version
Logs
The text was updated successfully, but these errors were encountered: