Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
Questions tagged [argocd]
3 questions
3
votes
1 answer
Why does argocd keep re-syncing my Job?
I'm deploying an application using ArgoCD. The deployment manifests include a Job that performs some one-time initialization for the application. The Job resource looks like this:
apiVersion: batch/v1
kind: Job
metadata:
labels:
…

larsks
- 43,623
- 14
- 121
- 180
1
vote
2 answers
Serving ArgoCD behind Traefik in Kubernetes
I would like to run ArgoCD behind Traefik such that I can both access the ArgoCD web ui and interact with the API using the argocd command line tool.
I have deployed ArgoCD into a Kubernetes cluster from the upstream manifests.
I have deployed…

larsks
- 43,623
- 14
- 121
- 180
0
votes
0 answers
Cannot add cluster configuration for ArgoCD for Rancher kubernetes cluster
I have tried to add a Rancher kubernetes cluster in ArgoCD, but I get the following error from the ArgoCD CLI:
./argocd-linux-amd64 cluster add test01 --server=localhost:8080 --insecure
WARNING: This will create a service account `argocd-manager` on…

Ronny Forberger
- 119
- 4