Skip to content

Commit

Permalink
Merge pull request #834 from andyzhangx/increase-retry-interval-max
Browse files Browse the repository at this point in the history
fix: increase default provisioner, snapshotter retry-interval-max
  • Loading branch information
andyzhangx authored Dec 24, 2024
2 parents 19a873b + 0cf059f commit 201f63a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified charts/latest/csi-driver-nfs-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ spec:
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--timeout=1200s"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down Expand Up @@ -123,6 +124,7 @@ spec:
- "--leader-election-namespace={{ .Release.Namespace }}"
- "--leader-election"
- "--timeout=1200s"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
2 changes: 2 additions & 0 deletions deploy/csi-nfs-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--timeout=1200s"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down Expand Up @@ -95,6 +96,7 @@ spec:
- "--leader-election-namespace=kube-system"
- "--leader-election"
- "--timeout=1200s"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit 201f63a

Please sign in to comment.