Questions tagged [argocd]

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

Filter by
Sorted by
Tagged with
3 votes
1 answer
4k views

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 ...
larsks's user avatar
  • 44.1k
1 vote
2 answers
1k views

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 ...
larsks's user avatar
  • 44.1k
0 votes
0 answers
7 views

Unable to Access ArgoCD Web UI - Connection Issue

I'm having trouble accessing the ArgoCD web UI, and I'm seeking assistance to troubleshoot the issue. Here are the details: Problem Description: I have successfully installed ArgoCD on my Kubernetes ...
COMIX MASTER's user avatar
0 votes
0 answers
13 views

Argocd Sync issue error validating data: ValidationError(Deployment.spec.template.metadata):

I have deployed my app using terraform and I'd like to now sync it to my ArgoCD but I keep getting this error and I can't bypass it. error validating data: ValidationError(Deployment.spec.template....
SumMmGuy's user avatar
0 votes
0 answers
779 views

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 ...
Ronny Forberger's user avatar