Argo CD - Declarative Continuous Delivery for Kubernetes. For more information https://argoproj.github.io/projects/argo-cd
Questions tagged [argocd]
483 questions
6
votes
1 answer
ArgoCD GitOps where the image tag for each pod is always the git commit hash
we are trying to use GitOps at my company using ArgoCD and we have one primary concern:
Jenkins, our CI tool, currently pushed to our docker repo on merge of any PR with a tag relating to the git commit hash currently in use.
Edit: We would like,…

Ryan
- 451
- 4
- 11
5
votes
0 answers
ArgoCD - When deploying one app in monorepo with multiple application, all app re-sync triggers
All ! :)
I’m using the mono-repo with multi application architecture.
- foo
- dev
- alp
- prd
- bar
- dev
- alp
- prd
- argocd
- dev
- foo-application (argo cd app, target revision : master, destination cluster : dev, path:…

ahn heesuk
- 101
- 2
- 4
5
votes
0 answers
ArgoCD Application Stuck In Syncing/Terminating State
We’re facing a weird issue in production where one of the applications is stuck in a terminating and sync state.
ArgoCD Version: 2.1.7
Background:
We manually terminated the sync of an application and now that the application is stuck in the…

utkarsh-devops
- 567
- 7
- 12
5
votes
2 answers
Why is ArgoCD confusing GitHub.com with my own public IP?
I have just set up a kubernetes cluster on bare metal using kubeadm, Flannel and MetalLB. Next step for me is to install ArgoCD.
I installed the ArgoCD yaml from the "Getting Started" page and logged in.
When adding my Git repositories ArgoCD gives…

Hannes Knutsson
- 111
- 1
- 14
5
votes
1 answer
GitOps deployment with ECS?
I am looking at ArgoCD for Kubernetes to deploy the applications in GitOps way.
Just wondering if there are any similar products available for AWS ECS and Hashicorp Nomad.
I know about AWS Proton, it is not as simple as ArgoCD. For AWS ECS, I am…

karthikeayan
- 4,291
- 7
- 37
- 75
5
votes
3 answers
Issue injecting helm value on configmap
can someone help?
I am trying to inject a helm value on a config map, but it breaks the format. If I use the value directly instead of .Values, it works fine.
What I have:
data:
application.instanceLabelKey: argocd.argoproj.io/instance
…

Stargazer
- 1,442
- 12
- 19
5
votes
3 answers
How to run application E2E test after argocd deployment?
I would like to know how can we run application E2E(UI or API) test after successful deployment of any micro services using ArgoCD.
Current Setup: I have CI pipeline setup with github-actions. Upon completion on CI build for any microservices, it…

Nitin Singh
- 231
- 3
- 9
5
votes
2 answers
Application not showing in ArgoCD when applying yaml
I am trying to setup ArgoCD for gitops. I used the ArgoCD helm chart to deploy it to my local Docker Desktop Kubernetes cluster. I am trying to use the app of apps pattern for ArgoCD.
The problem is that when I apply the yaml to create the root app,…

Matt
- 194
- 1
- 1
- 14
5
votes
1 answer
Create variable in kustomize manifest
I have what I would consider a common use case but I am really struggling to find a solution:
I want to reuse a variable in Kustomize patches in our deployments. Specifically, we are using commit IDs to reference image tags (Use Case A) and k8s…

tech4242
- 2,348
- 2
- 23
- 33
5
votes
2 answers
ArgoCD sync waves between apps
We have an ArgoCD project. In this project we have multiple apps (lets call them A, B, and C), which pass messages to each other via a Kafka cluster. In order to do this the topics need to be created.
App A is responsible for managing the Kafka…

nightowl
- 375
- 1
- 4
- 10
4
votes
3 answers
ArgoCD - what need be done after build a new image
I have deployed the application via ArgoCD successfully, and I can access it via its ingress url
The applicaiton uses the image name with latest tag, such as
image: /app_1_service:latest
I also manage other tags on same of tag…

Bill
- 2,494
- 5
- 26
- 61
4
votes
1 answer
Argo and Kubernetes "Request entity to large: limit is 3145728"
I've been trying to deploy a workflow in Argo with Kubernetes and I'm getting this error
Can someone help me to know the root of the issue?
I’ve tried several things but I’ve been unsuccessful.

Derek Menénedez
- 2,003
- 11
- 20
4
votes
2 answers
Templates and Values in different repos via ArgoCD
I'm looking for insights for the following situation...
I have one ArgoCD application pointing to a Git repo (A), where there's a values.yaml;
I would like to use the Helm templates stored in a different repo (B);
Any suggestions/alternatives on…

Hutger Hauer
- 55
- 1
- 3
4
votes
4 answers
Argocd application resource stuck at deletion
I've started experimenting with Argocd as part of my cluster setup and set it up to watch a test repo containing some yaml files for a small application I wanted to use for the experiment. While getting to know the system a bit, I broke the repo…

amsten
- 45
- 1
- 1
- 5
4
votes
1 answer
How to add new cluster in ArgoCD (use config file of Rancher)? - the server has asked for the client to provide credentials
I want to add a new cluster in addition to the default cluster on ArgoCD but when I add it, I get an error:
FATA[0001] rpc error: code = Unknown desc = REST config invalid: the server has asked for the client to provide credentials
I use the command…

quoc9x
- 1,423
- 2
- 9
- 26