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
I don't know if we need a separate right-click to activate, or if it can go right in there. Fixing #258 might also fix this if we replace the YAML view with the Describe view.
I think the hover pane is even closer to the user and might be the best change to fix this UX issue that mostly affects HelmReleases.
The HelmRelease is the priority item to deal with, because HelmRelease does not provide details of what went wrong in the status, it just says "install retries exhausted" or "upgrade retries exhausted."
So you are supposed to go check out the Events that are associated with the HelmRelease in order to see what caused the recent failure, and the only way to do this right now is to open up a terminal and run kubectl describe HelmRelease <foo>.
That doesn't mean we only make this change for HelmReleases, I think the events could be useful from any of the Flux resources, we should find a way to expose them consistently for all resources.
#258 is related to this issue but more broadly scoped "search and destroy JSON and YAML output" – anywhere we are emitting YAML or JSON, there's a solid chance we can do something more human-friendly, and in most cases this will be kubectl describe of the same resource. Making this change across the board would probably resolve it, but this is a divergence from what the Kubernetes plugin does, maybe would be a good idea to keep this behavior where it can still be accessed; I'm not sure if this change might break anyone's existing use cases?
Being able to right-click an item, like a HelmRelease and quickly see events would help to debug cluster issues
The text was updated successfully, but these errors were encountered: