Skip to content

Commit

Permalink
Merge pull request #505 from mauriciopoppe/update-docs
Browse files Browse the repository at this point in the history
Update reference implementation of the snapshot controller
  • Loading branch information
k8s-ci-robot committed Apr 28, 2021
2 parents 4e568e4 + 21ded10 commit 805f5c9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ spec:
selector:
matchLabels:
app: snapshot-controller
# the snapshot controller won't be marked as ready if the v1 CRDs are unavailable
# in #504 the snapshot-controller will exit after around 7.5 seconds if it
# can't find the v1 CRDs so this value should be greater than that
minReadySeconds: 15
strategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
Expand Down

0 comments on commit 805f5c9

Please sign in to comment.