Skip to content

Commit

Permalink
fix: increase provisioner timeout as 20min
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 18, 2023
1 parent 6fe1863 commit c562a3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified charts/latest/azurefile-csi-driver-v1.29.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "--timeout=300s"
- "--timeout=1200s"
- "--extra-create-metadata=true"
- "--kube-api-qps=50"
- "--kube-api-burst=100"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--leader-election"
- "--leader-election-namespace=kube-system"
- "--timeout=300s"
- "--timeout=1200s"
- "--extra-create-metadata=true"
- "--kube-api-qps=50"
- "--kube-api-burst=100"
Expand Down

0 comments on commit c562a3d

Please sign in to comment.