-
Notifications
You must be signed in to change notification settings - Fork 14
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
Sidecar Container not starting #335
Comments
In sumologic-kubernetes-collection the version of tailing sidecar operator is quite old because the newest version contains breaking changes (SumoLogic/sumologic-kubernetes-collection#1739) Could you share the configuration that you prepared for tailing sidecar operator and specification of the Pod with changes made by tailing sidecar operator? If you want to use newer version of the Tailing Sidecar Operator you can install it as separated helm chart without sumologic-kubernetes-collection, details: https://github.com/SumoLogic/tailing-sidecar#tldr #168 may be observed is some clusters, now
|
This would be fixed by #377 |
I'm closing this issue, @shaunfink if you still observe the issue, please reopen it ;) |
HI all
We're using version
2.7.0
of the official sumologic helm chart for deploying sumo to our EKS clusters. We've found a situation where we've had to make use of the tailing sidecar to ingest logs from a container for a service, as these logs are not written to stdout/stderr.As the sumo chart has this bundled in as a dependant chart, it seems like the sidecar image is not working as expected, but is also running a MUCH older version of the chart (version
0.3.2
, based on what I can see in Chart.yaml)I get the following in logs when running the sidecar
Overriding the version of both the sidecar to version
0.5.0
seems to work a treat though.Configs I'm defining in values.yaml for the sumo chart are the following:
If I do overrides for later versions of the operator (pretty much anything up from 0.3.2), I see loads of these issues in operator logs (which look to relate to #168:
Reverting all these configs to use the 0.3.2 operator, and the 0.5.0 sidecar looks to work.
The text was updated successfully, but these errors were encountered: