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
Describe the bug
When I check logs on Deployment, I only see logs from main container. It does not show the logs from initContainer sidecar (fluentd).
But then I press enter on Deployment instead to list all pods, and then check logs on the pod directly then it shows logs from both main container + initContainer sidecar (fluentd)
Expected behavior
See combined logs from all Pods and all the sidecars when I tail logs on Deployment.
Screenshots
Logs seen from Deployment. It only shows logs from "main container", and not the logs from initContainer sidecar (fluentd)
Logs seen from Pod, it shows logs both from "main container" and the initContainer sidecar (fluentd)
Versions (please complete the following information):
OS: OSX
K9s: v0.32.3
K8s: v1.29.1-gke.1589000
The text was updated successfully, but these errors were encountered:
Describe the bug
When I check logs on Deployment, I only see logs from main container. It does not show the logs from initContainer sidecar (fluentd).
But then I press enter on Deployment instead to list all pods, and then check logs on the pod directly then it shows logs from both main container + initContainer sidecar (fluentd)
Expected behavior
See combined logs from all Pods and all the sidecars when I tail logs on Deployment.
Screenshots
Logs seen from Deployment. It only shows logs from "main container", and not the logs from initContainer sidecar (fluentd)
Logs seen from Pod, it shows logs both from "main container" and the initContainer sidecar (fluentd)
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: