特牛生活网

[kubernetes]-StatefulSet设置滚动更新策略_sts是如何滚动更新的-CSDN博客

网友收藏
文章浏览阅读2k次。StatefulSet设置滚动更新策略apiVersion: apps/v1kind: StatefulSetmetadata: name: myappspec: updateStrategy: type: RollingUpdate rollingUpdate: partition: 3 serviceName: myapp-svc replicas: 2 selector: matchLabels: app: myapp-pod_sts是如何滚动更新的