kubernetes: Add kubectl log --all flag so I don't have to manually iterate all my containers

atm a kubectl log some-pod only returns choose one of: [kubedns dnsmasq healthz] … but if something is wrong I usually want to just get all of the logs …

So I’d love to have --all which then prints

container: kubedns
... logs
container: dnsmasq
... logs

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 20 (13 by maintainers)

Most upvoted comments

I think it’s a good idea to add this flag. As @zreigz is working on other issue then I can work on implementation of this one.

@AdoHe @pwittrock what do you think about this? Should I go for it?