We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e568e4 + 21ded10 commit 805f5c9Copy full SHA for 805f5c9
deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml
@@ -16,6 +16,15 @@ spec:
16
selector:
17
matchLabels:
18
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
28
template:
29
metadata:
30
labels:
0 commit comments