-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add context to "Watch failed" #14134
Comments
Similar to the issue which is address in the later version. |
Having the same issue and running |
Same with |
|
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:
Those are normal for operation, though perhaps should be debug, not info. |
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
The text was updated successfully, but these errors were encountered: