Skip to content

Commit

Permalink
Merge pull request #1074 from andyzhangx/provisioner-timeout-1200s-1.23
Browse files Browse the repository at this point in the history
[release-1.23] fix: increase provisioner timeout as 20min
  • Loading branch information
andyzhangx authored Oct 19, 2023
2 parents 0e7caed + e69a6b3 commit b085ca9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified charts/latest/blob-csi-driver-v1.23.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "--timeout=120s"
- "--timeout=1200s"
- "--extra-create-metadata=true"
- "--kube-api-qps=50"
- "--kube-api-burst=100"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--leader-election"
- "--leader-election-namespace=kube-system"
- "--timeout=120s"
- "--timeout=1200s"
- "--extra-create-metadata=true"
- "--kube-api-qps=50"
- "--kube-api-burst=100"
Expand Down

0 comments on commit b085ca9

Please sign in to comment.