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
We should be able to list the different containers running within the same pod when looking for the log files.
kubectl logs control <TAB>
Should be able to list
kubectl logs control <TAB>
dns
named
nodemgr
Then you should be able to quickly jump through the different containers and select the one you looking for. This works well in zsh kubectl completion.
Control - pod name
DNS, Named, Nodemgr - containers within Control pod
The text was updated successfully, but these errors were encountered:
We should be able to list the different containers running within the same pod when looking for the log files.
Should be able to list
Then you should be able to quickly jump through the different containers and select the one you looking for. This works well in zsh kubectl completion.
Control - pod name
DNS, Named, Nodemgr - containers within Control pod
The text was updated successfully, but these errors were encountered: