Eddie Zaneski

Results 158 comments of Eddie Zaneski

Cheers @dty1er and thanks for sharing. Would be good to have you join us for a future sig-cli meeting to talk potential for getting your work upstream. https://github.com/kubernetes/community/tree/master/sig-cli#meetings

@dty1er next meeting will be November 4th. You'll get a calendar invite if you join the mailing list.

This was discussed today. Take away is we'll need to create a KEP and then determine the challenge of implementation and maintainer burden. Is this supported server side or client...

This may potentially be addressed if we move to a go-yaml v3 which supports comments. Though some work would definitely need to be done to preserve them when serializing with...

@Michael-Sinz thanks for reporting! I have a feeling this is related to https://github.com/kubernetes/kubectl/issues/866. For triage sake could you please test this with v1.19.3 and the v1.20 beta since you have...

This came up in our sig-cli meeting today. This might be addressed by not sorting the data or streaming the output as it comes in. We currently toss everything into...

@Michael-Sinz turns out we have some profiling built-in to kubectl. Can you please run the following and upload the dumps? ``` kubectl get pods -A --profile allocs --profile-output allocs-plain.pprof >...