Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate -o wide output mode #76

Open
abrochard opened this issue Jan 24, 2022 · 1 comment
Open

Investigate -o wide output mode #76

abrochard opened this issue Jan 24, 2022 · 1 comment

Comments

@abrochard
Copy link
Owner

Raises in #36

@Kyrremann
Copy link
Contributor

Text from my comment

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants