Skip to content

Commit

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

[release-4.7] Bug 1996070: Add maxUnavailable to DaemonSets
  • Loading branch information
openshift-merge-robot committed Sep 3, 2021
2 parents 117ce62 + d0f20db commit f77ff88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/node.yaml
Expand Up @@ -9,6 +9,10 @@ spec:
selector:
matchLabels:
app: openstack-cinder-csi-driver-node
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 10%
template:
metadata:
labels:
Expand Down
4 changes: 4 additions & 0 deletions pkg/generated/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f77ff88

Please sign in to comment.