File tree 2 files changed +18
-0
lines changed
deploy/kubernetes/overlays/prow-gke-release-staging-head
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
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"
9
+ # Increase operation timeout for snapshotter sidecar.
10
+ - op : add
11
+ path : /spec/template/spec/containers/3/args/-
12
+ value : " --timeout=300s"
Original file line number Diff line number Diff line change @@ -17,3 +17,9 @@ patchesJson6902:
17
17
kind : Deployment
18
18
name : csi-gce-pd-controller
19
19
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
You can’t perform that action at this time.
0 commit comments