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
First of all, thanks to all the contributors for such a great tool!
I'm interested if there is any option to show result of plugin command execution on the bottom of the screen, instead of Plugin command launched successfully
For example, I need to check .spec.status of a CustomResource (Kustomization), but I don't want to run it in foreground. kubectl get kustomization <NAME> -n <NAMESPACE> -o json | jq -r '.spec | if has("suspend") then "Suspended" else "Not Suspended" end
It would be nice to have an option to see the output on the bottom of k9s or even in external pop-up window with events
The text was updated successfully, but these errors were encountered:
First of all, thanks to all the contributors for such a great tool!
I'm interested if there is any option to show result of plugin command execution on the bottom of the screen, instead of
Plugin command launched successfully
For example, I need to check
.spec.status
of a CustomResource (Kustomization), but I don't want to run it in foreground.kubectl get kustomization <NAME> -n <NAMESPACE> -o json | jq -r '.spec | if has("suspend") then "Suspended" else "Not Suspended" end
It would be nice to have an option to see the output on the bottom of k9s or even in external pop-up window with events
The text was updated successfully, but these errors were encountered: