Skip to content

Commit

Permalink
Merge pull request #1103 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1030-to-release-4.6

Bug 1963280: The Multus daemonset should handle 10% maxUnavailable
  • Loading branch information
openshift-merge-robot committed Jun 7, 2021
2 parents 871fdd4 + 284584d commit 7fab571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindata/network/multus/multus.yaml
Expand Up @@ -99,6 +99,8 @@ spec:
app: multus
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 10%
template:
metadata:
labels:
Expand Down
2 changes: 2 additions & 0 deletions bindata/network/network-metrics/001-daemonset.yaml
Expand Up @@ -15,6 +15,8 @@ spec:
app: network-metrics-daemon
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 33%
template:
metadata:
labels:
Expand Down

0 comments on commit 7fab571

Please sign in to comment.