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

Feature: support "logs" action for pod-related resources #84

Open
AnatolyRugalev opened this issue Sep 15, 2020 · 0 comments
Open

Feature: support "logs" action for pod-related resources #84

AnatolyRugalev opened this issue Sep 15, 2020 · 0 comments

Comments

@AnatolyRugalev
Copy link
Owner

Is your feature request related to a problem? Please describe.
Since Kubernetes 1.18 (I think) it is possible to ask kubectl to show logs from a group of containers in "follow" mode. This includes logging of entire deployment, statefulset, job, daemonset and any resource type that has selector field.

Describe the solution you'd like
Add capability of logging any resource types with 'selector' field. I suppose showing container selection popup is not needed in this case. Also consider adding --prefix flag to prefix logs with pod/container names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant