-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
1.11.1
-
False
-
None
-
False
-
-
Description of problem:
time="2024-03-27T19:30:56Z" level=error msg="Failed to cache app resources: error getting resource tree: failed to get app hosts: error synchronizing cache state : failed to sync cluster https://<url>:6443: failed to load initial state of resource Secret: stream error when reading response body, may be caused by closed connection. Please retry. Original error: stream error: stream ID 22627; INTERNAL_ERROR; received from peer" application=paas-argo/test-app dedup_ms=0 diff_ms=0 git_ms=0 health_ms=0 live_ms=0 settings_ms=0 sync_ms=0
Different resource error on apps, like created one test-app and it is getting error about secret resource:
time="2024-03-27T19:30:56Z" level=error msg="Failed to cache app resources: error getting resource tree: failed to get app hosts: error synchronizing cache state : failed to sync cluster https://<url>:6443: failed to load initial state of resource Secret: stream error when reading response body, may be caused by closed connection. Please retry. Original error: stream error: stream ID 22627; INTERNAL_ERROR; received from peer" application=paas-argo/test-app dedup_ms=0 diff_ms=0 git_ms=0 health_ms=0 live_ms=0 settings_ms=0 sync_ms=0
We did check the networking part and looks fine as curl from pods are getting connection. Also checked the API services and all are available.
The ArgoCD have many clusters managed with it but only one cluster having this issue.
Prerequisites (if any, like setup, operators/versions): 1.11
Steps to Reproduce
Not reproducible