Skip to content

Commit

Permalink
统一 ovsovn maxUnavailable
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed Aug 17, 2023
1 parent a77d0ee commit b29e74c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
5 changes: 4 additions & 1 deletion charts/templates/ovn-dpdk-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ spec:
matchLabels:
app: ovs-dpdk
updateStrategy:
type: OnDelete
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
template:
metadata:
labels:
Expand Down
9 changes: 6 additions & 3 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3331,13 +3331,16 @@ metadata:
spec:
selector:
matchLabels:
app: ovs
app: ovs-dpdk
updateStrategy:
type: OnDelete
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
template:
metadata:
labels:
app: ovs
app: ovs-dpdk
component: network
type: infra
spec:
Expand Down
9 changes: 6 additions & 3 deletions yamls/ovn-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,16 @@ metadata:
spec:
selector:
matchLabels:
app: ovs
app: ovs-dpdk
updateStrategy:
type: OnDelete
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
template:
metadata:
labels:
app: ovs
app: ovs-dpdk
component: network
type: infra
spec:
Expand Down

0 comments on commit b29e74c

Please sign in to comment.