Wh_zzx

Results 1 comments of Wh_zzx

文章最后提到:通过Helm可实现ConfigMap Rollout,但我在实际测试过程中,更改configmap.data后,helm会马上新建new configmap,并删除old configmap;如果new configmap有问题,pod滚动更新会卡住,但假如其它尚未重建的pod挂掉重启,会出现old configmap not found。 请问如何设置,可以保证old configmap只有在不被任何pod引用的情况下,才被helm删除? 谢谢!