Maciej Szulik

Results 228 comments of Maciej Szulik

I did notice having issues with this PR when trying to pull it locally, somehow github can't recognize this one. I'd suggest openning a new one and ping me on...

I'll do that for SIG-Apps, SIG-CLI and WG-Batch

@lbernail your example assumes you are getting all 30k pods at once, which `kubectl get` does not, by default it returns elements in chunks of 500 see https://github.com/kubernetes/kubernetes/blob/17312ea4a92a0bba31272a6709b37a88aa383b2d/staging/src/k8s.io/kubectl/pkg/cmd/get/get.go#L473, the flag...

> I'm discovering the includeObject option. How is it related to getting data from the apiserver cache? (sorry for the probably very basic question) By default `kubectl get` retrieves server-side...

@voidus @jmaupetit any chance to get this in?