-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix(ui): default to main
container in Sensor logs. Fixes #9459
#9438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What problem is this trying to solve?
sorry still working on the write-up (in the form of Github Issue, hope that's ok), but the short summary is we're injecting a sidecar container via mutating admission controller to the Sensor pod (fluent-bit in our case, for forwarding logs to Splunk). Without specifying the container, the UI fails to load the logs and instead returns with a 504 - Gateway Timeout. Error logs in the Server pod say it encountered this error -
I saw the API does support parsing Is there a better approach I'm not thinking of? |
d1c05cb
to
897f338
Compare
…rgoproj#9459 Signed-off-by: jsvk <[email protected]>
…rgoproj#9438) Signed-off-by: jsvk <[email protected]> Signed-off-by: juchao <[email protected]>
main
container in Sensor logs. Fixes #9459
Fixes #9459