WIll “helm upgrade” restart PODS even if they are not affected by upgrade?

前端 未结 4 896
独厮守ぢ
独厮守ぢ 2021-02-10 07:37

My helm chart has some 12 PODS. When I did helm upgrade after changing some values all the PODs are restarted except for one.

My question is

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-10 07:49

    you need delete the job first, and run

    helm history 
    helm rollback   --recreate-pods
    

提交回复
热议问题