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
{{ message }}
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
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.
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 logsis 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.