You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also something strange with kubel-output, if you set it to wide, and try to quick edit a deployment, you get kubectl get deployments -o wide, that can't be the intended behaviour?
I took a look at how quick edit is implemented, and since it just end up calling kubel--describe-resourcewe don't really know if it's a quick edit-call. What we do know is that calling kubel--describe-resource with -o wide is probably not someone would like to do, so we could silently fall back to -o yaml for editing. Then you can have -o wide for the listing, and -o yaml for editing.
Raises in #36
The text was updated successfully, but these errors were encountered: