Open jsoref opened 1 year ago
Having the same issue and running v2.8.4+c279299
Same with v2.10.0+2175939
v2.11.0+d3f33c0
seeing this without a clue what's happening.
Note that this line is also one of the lines that's not in the right format, see #5715 for that
Seems like logs for watches have improved a lot https://github.com/argoproj/gitops-engine/blob/847cfc9f8b200e96a70b591a68b9fb385cf2ce56/pkg/cache/cluster.go#L607-L735. I see logs like:
Failed to watch Pod on <address>: Resyncing Pod on <address> due to timeout, retrying in 1s
Start watch Pod on <address>
Those are normal for operation, though perhaps should be debug, not info. What do you think?
I'm pretty sure I still hit this. I really want someone to help me get the linked PR merged into kubernetes. I do not have the energy to fight the kubernetes project's bots/processes.
I've checked for some changes, and looks like they added a better handling of several error types a few months ago, e.g. https://github.com/kubernetes/kubernetes/blame/475ee33f698334e5b00c58d3bef4083840ec12c5/staging/src/k8s.io/client-go/tools/watch/retrywatcher.go#L133.
I think my PR ended up w/ merge conflicts and I ran out of energy. But that project is really draining. And not remotely supportive.
I see :(
Checklist:
argocd version
.Describe the bug
https://cloud-native.slack.com/archives/C01TSERG0KZ/p1687186844752359?thread_ts=1687185656.068269&cid=C01TSERG0KZ
We see a lot of;
To Reproduce
Dunno
Expected behavior
Log messages should give enough context for someone reading them to understand what's going on, i.e. "I tried to do x and a watch failed".
Screenshots
Version
Logs