Skip to content

Commit a32bf79

Browse files
committed
Promote increase timeout change to stable
1 parent 0bb37c1 commit a32bf79

File tree

5 files changed

+3
-37
lines changed

5 files changed

+3
-37
lines changed

deploy/kubernetes/base/controller/controller.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ spec:
3232
- "--enable-leader-election"
3333
- "--leader-election-type=leases"
3434
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
35+
- "--timeout=250s"
3536
# - "--run-controller-service=false" # disable the controller service of the CSI driver
3637
# - "--run-node-service=false" # disable the node service of the CSI driver
3738
env:
@@ -50,6 +51,7 @@ spec:
5051
- "--metrics-address=:22012"
5152
- "--leader-election"
5253
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
54+
- "--timeout=250s"
5355
env:
5456
- name: PDCSI_NAMESPACE
5557
valueFrom:
@@ -82,6 +84,7 @@ spec:
8284
- "--metrics-address=:22014"
8385
- "--leader-election"
8486
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
87+
- "--timeout=300s"
8588
env:
8689
- name: PDCSI_NAMESPACE
8790
valueFrom:

deploy/kubernetes/overlays/prow-gke-release-staging-head/increase-sidecar-operation-timeout.yaml

-12
This file was deleted.

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

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ 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
2620
- target:
2721
group: apps
2822
version: v1

deploy/kubernetes/overlays/prow-gke-release-staging-rc/increase-sidecar-operation-timeout.yaml

-12
This file was deleted.

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

-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@ resources:
44
- ../stable
55
transformers:
66
- ../../images/prow-gke-release-staging-rc
7-
patchesJson6902:
8-
- path: increase-sidecar-operation-timeout.yaml
9-
target:
10-
group: apps
11-
kind: Deployment
12-
name: csi-gce-pd-controller
13-
version: v1

0 commit comments

Comments
 (0)