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

podman pod logs enhancements: follow new containers #13267

Open
muayyad-alsadi opened this issue Feb 17, 2022 · 6 comments
Open

podman pod logs enhancements: follow new containers #13267

muayyad-alsadi opened this issue Feb 17, 2022 · 6 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@muayyad-alsadi
Copy link
Contributor

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind feature

Description

the ability for podman pod logs -f to

  • follow new containers started after log started

Steps to reproduce the issue:

podman pod create --name=pod_testlogs 
podman run --name=testlogs_loop1_1 -d --pod=pod_testlogs busybox /bin/sh -c 'for i in `seq 1 10000`; do echo "loop1: $i"; sleep 1; done'
podman run --name=testlogs_loop2_1 -d --pod=pod_testlogs busybox /bin/sh -c 'for i in `seq 1 10000`; do echo "loop2: $i"; sleep 3; done'
podman pod logs --tail=100 -f pod_testlogs

and then on another screen

podman run --name=testlogs_loop3_1 -d --pod=pod_testlogs busybox /bin/sh -c 'for i in `seq 1 10000`; do echo "loop3: $i"; sleep 3; done'

Describe the results you received:

  • logs for loop3 is not followed

Describe the results you expected:

  • logs for loop3 should be followed

related to

#13261

@openshift-ci openshift-ci bot added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 17, 2022
@Luap99
Copy link
Member

Luap99 commented Feb 17, 2022

I think we skipped this because it is difficult to implement but I agree that this would be useful.

@muayyad-alsadi
Copy link
Contributor Author

related

#12646

@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

@rhatdan
Copy link
Member

rhatdan commented Jul 30, 2023

@muayyad-alsadi @Luap99 Still an issue?

@Luap99
Copy link
Member

Luap99 commented Jul 31, 2023

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants