Brian Pursley

Results 83 comments of Brian Pursley

Another thing that is weird about this: If you have multiple sub commands, the problem only occurs when the flag value matches the particular sub command you are running. So...

I think I see what's causing this and it shouldn't be too complicated to fix. I will take a look at it and submit a PR with a fix.

I don't think I have the ability to approve this, but the change is good... it matches what is commented in the Makefile: https://github.com/kubernetes/kubernetes/blob/a2a2d5c13b8524102896299ec8aec0372debcdf7/build/root/Makefile#L81-L84

@jclab-joseph a couple of ideas to help troubleshoot this: 1. Can you delete your cache directory `~/.kube/cache` and see if that helps? It is a long shot, but simple enough...

Hmm, the fact that it pauses 5 seconds while getting openapi response, and then pauses for even longer right after that makes me wonder. I have a couple more questions...

@jclab-joseph thanks for that info. So it does look like you have some CRDs, but not an excessive number of them. I was wondering if maybe you had thousands of...

This seems like a similar failure mode as prune (https://github.com/kubernetes/kubernetes/issues/110905) There are probably a few cases where this might happen: 1. The one @m0un10 mentioned in this issue: `kubectl delete...