You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I remember we initially did it the way to autogenerate, but there was a problem with finding out the version of apiGroup: #588 (comment)
TL;DR
k8sobject receiver is smart and can figure out the apiGroup version, Helm chart in customRules is silly and requires it to be passed explicitly
We went down this road to not overcomplicate the configuration. What I think would help, though, is to return something meaningful instead of "Watch failed" err="unknown"
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
What happened?
Description
Deployed 0.75.0 and enabled k8sObjects receiver to pull pods and watch events.
Steps to Reproduce
Deploy 0.75.0 cluster receiver and enable k8sObjects config to watch k8s events
Expected Result
The cluster receiver should start and pull k8sevents and not spam this error continuously:
Actual Result
Cluster receiver runs and pulls objects but does not successfully watch k8s api events.
Chart version
0.75.0
Environment information
Environment
Cloud: AWS EC2
k8s version: MicroK8s v1.26.3 revision 4959
OS: Ubuntu 20.04
Chart configuration
E0428 14:19:50.207608 1 retrywatcher.go:130] "Watch failed" err="unknown"
E0428 14:19:51.207902 1 retrywatcher.go:130] "Watch failed" err="unknown"
E0428 14:19:52.208284 1 retrywatcher.go:130] "Watch failed" err="unknown"
E0428 14:19:53.208521 1 retrywatcher.go:130] "Watch failed" err="unknown"
E0428 14:19:54.209286 1 retrywatcher.go:130] "Watch failed" err="unknown"
E0428 14:19:55.209911 1 retrywatcher.go:130] "Watch failed" err="unknown"
Additional context
Flipped on debug, didn't expose any more helpful info.
The text was updated successfully, but these errors were encountered: