Cornelius Weig

Results 44 comments of Cornelius Weig

The failure states that the object that was being printed does not implement the `Object` interfaces. There's not much one can do about that. Since you are running OpenShift and...

Do I understand correctly that older get-all versions work with the same cluster, whereas new get-all versions do not? Maybe there's a problem in one of the dependencies. I'll release...

Uh oh.. sorry for being so slow to react. I still haven't gotten around to testing this. It might have something to do with OpenShift though, because an empty response...

That's a good point, thanks for pointing this out. I'll try to take this up with the next maintenance release.

@grzesuav The long-term plan is to output exactly the same as `k get all`. However, the resource printer code is not usable by plugins so far. There is an open...

@grzesuav https://github.com/kubernetes/kubernetes/issues/74179

@grzesuav After trying this out, I don't think that empty lines will improve the readability of the output. For example, ``` $ ketall -n tiller NAME NAMESPACE AGE endpoints/tiller-deploy tiller...

That's an interesting issue. As you know, this script is based on the canonical `kubectl config view` command. I'm surprised that this does not catch this corner case. Can you...

That's a nice idea. Do you miss this functionality in general or for `konfig` in particular? I'm asking because other plugins have already solved this problem quite nicely I think....

Thanks for reporting. Would you care to send a PR? I haven't encountered this problem so I have no proper workaround, sorry. But if you find out more, I'm eager...