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
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.
The text was updated successfully, but these errors were encountered:
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 hasselector
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.The text was updated successfully, but these errors were encountered: