Brian Pursley

Results 83 comments of Brian Pursley

I think this occurs when the first word is sort of long and it tries to draw it rotated vertically. try setting drawOutOfBound: true in the options and see if...

I think this may be resolved after #11

@eddiezane @apelisse I think this is a throttling issue. Take a look at this PR and let me know what you think: https://github.com/kubernetes/kubernetes/pull/92483 EDIT: I guess this doesn't fix the...

I looked into this a little more and discovered that in order to stream results as they are received, kubectl get needs to be changed to use `Visit()` instead of...

I think I get what you're saying, but is this resulting in an actual error to the user if they don't have permission? It seems like if you use `--ignore-daemonsets`,...

> we most probably need to support some kind of wait for create, similarly how we wait for other conditions. @soltysh are you thinking this would be a new `—for=create`...

I wonder if this has something to do with the GKE auth plugin. @jsoref what happens if you run your completion command, specifying a context that doesn't exist, like this?...

Still, I am curious why kubectl feels like authentication needs to occur in order for completions to be generated 🤔