k9s icon indicating copy to clipboard operation
k9s copied to clipboard

Better support of Helm management

Open omersi opened this issue 4 years ago • 6 comments




Is your feature request related to a problem? Please describe. Using the helm interface, I can see which release is deployed and in what state it's currently at. I'd like to see the release history and the option to roll it back to a previous version. for now, I can only delete it.

Describe the solution you'd like

I'd like to see releases' history

helm3 history myrelease  -nnamespace

And the option to exercise the rollback command

helm3 rollback -nnamespace myrelease  12

Describe alternatives you've considered using the CLI outside the of K9s :(

omersi avatar Feb 03 '21 20:02 omersi

@omersi Great issue! Right I was not sure how much of helm k9s should expose and was waiting for some feedback from the original helm drop. These make perfect sense!

derailed avatar Feb 14 '21 18:02 derailed

BTW - I introduced k9s to my team and everyone is now using it. it's what we were looking for. We love it!

omersi avatar Feb 15 '21 13:02 omersi

@omersi Very cool! Thank you so much Omer for spreading the word and for your support!

derailed avatar Feb 21 '21 06:02 derailed

I find myself often wanting to hit v on the Helm view to get a list of values used in the Helm release.

This would be equivalent to doing helm get values [release-name]

puckpuck avatar Mar 24 '21 02:03 puckpuck

I am often confused when helm releases are "missing" because they are in a transient state such as pending-upgrade. I would be great to have a toggle to show all releases.

This would be the quivalent of doing helm list --all

acramsay avatar May 17 '22 13:05 acramsay

It would also be nice to be able to view the history of the release changes (for example, by pressing the Enter key) and roll back to the selected version.

sj-asm avatar Jun 13 '22 16:06 sj-asm