Helm rollback to previous release

前端 未结 5 509
花落未央
花落未央 2021-02-05 03:38

I am looking for a way to rollback a helm release to its previous release without specifying the target release version as a number.

Something like helm rollback &

5条回答
  •  既然无缘
    2021-02-05 03:56

    Below are the steps you can rollback Using Helm:

    1. Check the name of a release and (version) number using $ helm ls
    2. The first argument of the rollback command is the name of a release, and the second is a revision (version) number.
    $ helm rollback RELEASE [REVISION]
    

提交回复
热议问题