Skip to content
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

ARO (pathfinder): Pod logs are truncated at the head on large streams #723

Open
patricksimonian opened this issue Oct 1, 2020 · 1 comment
Assignees
Labels
ARO ARO Pathfinder issues question Further information is requested

Comments

@patricksimonian
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When trying to view pod logs, it appears if you aren't there to catch the start of the log stream, you will lose the start of the logs. This isn't a visual thing, even running oc logs is unable to catch the head of the log stream.

I'm not sure how/why this is happening but it makes debugging challenging if there is important info at the start of a log stream. Specifically I was having issues with Jenkins.

Work Around

If you access the pod logs quickly you will be able to catch the start of the log stream and its preserved.

@patricksimonian patricksimonian added the question Further information is requested label Oct 1, 2020
@patricksimonian patricksimonian added the ARO ARO Pathfinder issues label Oct 1, 2020
@stewartshea
Copy link
Contributor

There is a finite amount of log lines that are available (up to 1000 lines) in the console. While the EFK logging stack is a a bit heavy for the size of our clusters, I'm experimenting with a single node (non-HA) EFK stack to balance resource cost with the ability to have some longer persisted logs. This is currently being evaluated in the platform-services lab cluster and then will be deployed in the pathfinder cluster when appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARO ARO Pathfinder issues question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants