Vasilis Kokkinis
Vasilis Kokkinis

Reputation: 1

Trying to add an application on Argocd but fails with lookup argocd-repo-server: i/o timeout

I am trying to add an application on Argocd by adding the git repo,however fails with the below exception.

ComparisonError
Failed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup argocd-repo-server: i/o timeout"

i have restarted the argocd deployments and also tried to clone the git repo manual on argocd pods with succees.Note the k8s dns pods running without any issue.

Image of error message

Upvotes: -2

Views: 1794

Answers (1)

Vasilis Kokkinis
Vasilis Kokkinis

Reputation: 1

Finnaly i have change the redis image version to

redis: image: tag: '6.2.4'

and i have restarted argocd-application-controller-0.

Afterwards the issue has been fixed.

Upvotes: 0

Related Questions