Skip to content

Commit 805f5c9

Browse files
authored
Merge pull request #505 from mauriciopoppe/update-docs
Update reference implementation of the snapshot controller
2 parents 4e568e4 + 21ded10 commit 805f5c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ spec:
1616
selector:
1717
matchLabels:
1818
app: snapshot-controller
19+
# the snapshot controller won't be marked as ready if the v1 CRDs are unavailable
20+
# in #504 the snapshot-controller will exit after around 7.5 seconds if it
21+
# can't find the v1 CRDs so this value should be greater than that
22+
minReadySeconds: 15
23+
strategy:
24+
rollingUpdate:
25+
maxSurge: 0
26+
maxUnavailable: 1
27+
type: RollingUpdate
1928
template:
2029
metadata:
2130
labels:

0 commit comments

Comments
 (0)