-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add the names flag for pod logs #13362
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
Add the names flag for pod logs #13362
Conversation
548c11c
to
3ad95b1
Compare
I noticed that showing container names in the log was already implemented for container logs, so I just added the same --names flag for pod logs, which resolves this issue #13261. |
b58af6e
to
bdfb766
Compare
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.
Thanks @keonchennl
A couple of Nits
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: keonchennl, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
a3978d4
to
9990172
Compare
Hi Daniel @rhatdan I am sort of stuck in fixing the pipeline for this PR: Below is the result of one of the integration tests (int-podman-ubuntu-2110-rootless-host) [+0831s] Podman logs
|
b5d6118
to
d45bc76
Compare
Add this patch |
d45bc76
to
b0aed73
Compare
LGTM other then @TomSweeneyRedHat nit. |
LGTM other than that nit of a nit |
b0aed73
to
77bb687
Compare
Fixes containers#13261 Signed-off-by: Xueyuan Chen <[email protected]>
77bb687
to
40c6192
Compare
/lgtm |
It seems some integration test cases get unstable. I'm not sure if the changes cause this. @rhatdan In last run: This one was flaky:
This one failed in int-podman-ubuntu-2110-rootless-host:
|
/hold cancel |
Fixes #13261
Signed-off-by: Xueyuan Chen [email protected]