-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.3.4 throws context deadline exceeded (Client.Timeout exceeded while awaiting headers) #9478
Comments
+1 also having this issue
|
+1 also haveing same issue, after i update from version 2.2.x to 2.3.4. But, having install ArgoCD 2.3.3 in a new cluster. sure 2.3.3 's http works fine. |
I am also facing the same issue for 'argocd repo add' command argocd: v2.3.3+07ac038 |
Version v2.4.0-rc5 has the same problem. |
same problem here with different versions.
I'm running on a kubespray one-node "Cluster" with calico and tested the connection to github via a netshoot pod. The interesting part: |
I had the same problem with v2.3.4 |
Seeing similar issues with 2.4.2 {
"Version": "v2.4.2+c6d0c8b",
"BuildDate": "2022-06-21T20:42:05Z",
"GitCommit": "c6d0c8baaa291cd68465acd7ad6bef58b2b6f942",
"GitTreeState": "clean",
"GoVersion": "go1.18.3",
"Compiler": "gc",
"Platform": "linux/amd64",
"KustomizeVersion": "v4.4.1 2021-11-11T23:36:27Z",
"HelmVersion": "v3.8.1+g5cb9af4",
"KubectlVersion": "v0.23.1",
"JsonnetVersion": "v0.18.0"
} |
I had the same promblem with V2.4.6, this problem is making me crack up.
|
how to fix? |
I'm seeing the same on v2.1.6. Interestingly, I can exec into the repo server pod and manually put the repo with git, but when I try the same in the server pod it times out. |
I had the same promblem with v2.4.7 |
I see the same warnings on argocd-repo-server pod's Liveness and Readiness probes -
|
same problem |
@mdfaizsiddiqui |
@crenshaw-dev that's correct trying to connect to git. (argocd 2.4.11)
|
the same problem here. |
This helped me: #2954 |
same problem here. Some fix ? |
I also have the same problem. |
Still no one found a solution for this issue? |
Increasing memory requests and limtis for argocd-repo-server did the trick for me. |
I am also having this same issue from a private EKS cluster, however isn't this just simply a networking issue? My repo has literally nothing in it atm. so not sure why it is not working. |
Hello everyone I fixed the issue by increasing repo-server replicas to 2 and it started to work. Hopefully helps you. Have a wonderful day! EDIT: While adding second repo, got this error again |
following |
Maybe there should be some additional hints in the error message? Based on increasing memory requests and limits comment, perhaps something about increasing resources should be suggested? There is already and note in the documentation to do that, though we have a screenshot above not a link. So, here's the link for anyone struggling with this: https://argo-cd.readthedocs.io/en/stable/operator-manual/high_availability/ |
Checklist:
argocd version
.Describe the bug
command "argocd app create istio --repo https://github.intuit.com/services-mesh/services-mesh-release.git" throws repository not accessible
To Reproduce
On an EKS cluster after verifying the GitHub is reachable
Expected behavior
application is able to get created successfully
Screenshots
Version
argocd version
argocd: v2.3.4+ac8b7df
BuildDate: 2022-05-18T13:00:56Z
GitCommit: ac8b7df
GitTreeState: clean
GoVersion: go1.17.9
Compiler: gc
Platform: darwin/amd64
argocd-server: v2.3.4+ac8b7df
BuildDate: 2022-05-18T11:41:37Z
GitCommit: ac8b7df
GitTreeState: clean
GoVersion: go1.17.10
Compiler: gc
Platform: linux/amd64
Ksonnet Version: v0.13.1
Kustomize Version: v4.4.1 2021-11-11T23:36:27Z
Helm Version: v3.8.0+gd141386
Kubectl Version: v0.23.1
Jsonnet Version: v0.18.0
Logs
[0015] rpc error: code = InvalidArgument desc = application spec for istio is invalid: InvalidSpecError: repository not accessible: rpc error: code = Unknown desc = error testing repository connectivity: Get "https://github.intuit.com/services-mesh/services-mesh-release.git/info/refs?service=git-upload-pack": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
The text was updated successfully, but these errors were encountered: