Skip to content

Commit

Permalink
Set CSI controller sidecar containers timeout
Browse files Browse the repository at this point in the history
Co-authored-by: Ismail Alidzhikov <i.alidjikov@gmail.com>

```improvement operator
CSI sidecar containers timeout is now increased to `3m`.
```
  • Loading branch information
kayrus authored and vpnachev committed Oct 7, 2020
1 parent 2fc9d04 commit f2b780d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ spec:
- --default-fstype=ext4
- --leader-election
- --leader-election-namespace=kube-system
- --timeout={{ .Values.timeout }}
- --v=5
env:
- name: ADDRESS
Expand All @@ -110,6 +111,7 @@ spec:
- --kubeconfig=/var/lib/csi-attacher/kubeconfig
- --leader-election
- --leader-election-namespace=kube-system
- --timeout={{ .Values.timeout }}
- --v=5
env:
- name: ADDRESS
Expand All @@ -132,6 +134,7 @@ spec:
- --kubeconfig=/var/lib/csi-snapshotter/kubeconfig
- --leader-election
- --leader-election-namespace=kube-system
- --timeout={{ .Values.timeout }}
- --snapshot-name-prefix={{ .Release.Namespace }}
env:
- name: CSI_ENDPOINT
Expand All @@ -154,6 +157,7 @@ spec:
- --kubeconfig=/var/lib/csi-resizer/kubeconfig
- --leader-election=true
- --leader-election-namespace=kube-system
- --csiTimeout={{ .Values.timeout }}
- --v=5
env:
- name: ADDRESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ images:
csi-snapshot-controller: image-repository:image-tag

socketPath: /var/lib/csi/sockets/pluginproxy
timeout: 3m

resources:
driver:
Expand Down

0 comments on commit f2b780d

Please sign in to comment.