Maciej Szulik

Results 228 comments of Maciej Szulik

I've just downloaded this locally and it looks like it's fixing the problems described in #477.

/close Appreciate your diligence, but I'd prefer this is fixed alongside other bits in this file.

This situation is similar to the one in https://github.com/kubernetes/kubernetes/pull/110433, where I left identical comment. There has been some discussions about adding new flags for kubernetes components (https://github.com/kubernetes/kubernetes/pull/111023#discussion_r1017190051). TL;DR is we...

/stage alpha /kind feature /sig cli /milestone v1.18

@jeremyrickard yup, I confirm. The KEP should be merged later today after SIG-CLI call, then we'll start with the implementation right away.

> @soltysh I'm not sure if this will make it to the enhancements freeze, but would you consider a `lead-opted-in`? Sorry, I won't be able to get there before today's...

/label lead-opted-in /milestone v1.30 /stage alpha

`kubectl logs --help` is your friend, you'll find there: ``` ... Options: --all-containers=false: Get all containers' logs in the pod(s). ... ``` That flag should do what you're looking for.

Misread the bit about `--all-pods`. I had a short conversation about this topic on slack, we'll try to cover this one next week during SIG-CLI bug scrub.