helm 操作查看及回退某个服务到历史版本 2022-02-27 本文已影响0人 for笑 查看xxx 历史部署版本 helm hist -n <name_space> xxx 回退xxx 到历史某个版本 helm rollback -n <name_space> xxx --debug 4