例如有5个Pod,设置partition=3,3以上的索引对象会更新
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
partition: 3
例如有5个Pod,设置partition=1,1以上的索引对象会更新
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
partition: 1
来源:CSDN
作者:engchina
链接:https://blog.csdn.net/engchina/article/details/103457855