Skip to content

Commit 44340fb

Browse files
committed
Increase provisioner and attacher op timeout
Timeouts increased for staging head overlay only
1 parent cca3c14 commit 44340fb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Increase operation timeout for provisioner sidecar.
2+
- op: add
3+
path: /spec/template/spec/containers/0/args/-
4+
value: "--timeout=250s"
5+
# Increase operation timeout for attacher sidecar.
6+
- op: add
7+
path: /spec/template/spec/containers/1/args/-
8+
value: "--timeout=250s"

deploy/kubernetes/overlays/prow-gke-release-staging-head/kustomization.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ patchesJson6902:
1717
kind: Deployment
1818
name: csi-gce-pd-controller
1919
path: volume-inuse-error-handler.yaml
20+
- target:
21+
group: apps
22+
version: v1
23+
kind: Deployment
24+
name: csi-gce-pd-controller
25+
path: increase-sidecar-operation-timeout.yaml

0 commit comments

Comments
 (0)