Skip to content

Commit

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

[release-4.7] Bug 1996070: Add maxUnavailable to DaemonSets
  • Loading branch information
openshift-merge-robot committed Aug 27, 2021
2 parents 9ffe95b + 4cb33f7 commit d40dd57
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: gcp-pd-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 d40dd57

Please sign in to comment.