имя сервиса 1 откатиться до первой версии
Могу сделать
helm rollback откачусь на предыдущую
А как мне сделать на 3 версии назад ?
This command rolls back a release to a previous revision. The first argument of the rollback command is the name of a release, and the second is a revision (version) number. If this argument is omitted, it will roll back to the previous release. To see revision numbers, run 'helm history RELEASE'.
Я не хочу откатываться на 20 ревизию, а хочу на 2 назад
Ну тогда великая сила баша: helm history -n some-namespace service | awk 'END {print $1-2}'
Обсуждают сегодня