Skip to content

Commit

Permalink
Merge pull request #1979 from andyzhangx/snapshot-timeout-increase
Browse files Browse the repository at this point in the history
fix: increase snapshot timeout to 20min
  • Loading branch information
andyzhangx committed Sep 28, 2023
2 parents 7e9f410 + ef04c26 commit 4d54cba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified charts/latest/azuredisk-csi-driver-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ spec:
- "-leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "-v=2"
- "--timeout=1200s"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- "-leader-election"
- "--leader-election-namespace=kube-system"
- "--v=2"
- "--timeout=600s"
- "--timeout=1200s"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit 4d54cba

Please sign in to comment.