Skip to content

Commit

Permalink
fix: increase provisioner, resizer, snapshotter retry-interval-max
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 23, 2024
1 parent 8adafa0 commit 10fd1de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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 @@ -91,6 +91,7 @@ spec:
- "--strict-topology=true"
- "--kube-api-qps=50"
- "--kube-api-burst=100"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down Expand Up @@ -141,6 +142,7 @@ spec:
- "-v=2"
- "--timeout=1200s"
- "--extra-create-metadata=true"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand All @@ -166,6 +168,7 @@ spec:
- '-handle-volume-inuse-error=false'
- '-feature-gates=RecoverVolumeExpansionFailure=true'
- "-timeout=240s"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
3 changes: 3 additions & 0 deletions deploy/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spec:
- "--strict-topology=true"
- "--kube-api-qps=50"
- "--kube-api-burst=100"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down Expand Up @@ -102,6 +103,7 @@ spec:
- "--v=2"
- "--timeout=1200s"
- "--extra-create-metadata=true"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand All @@ -128,6 +130,7 @@ spec:
- '-handle-volume-inuse-error=false'
- '-feature-gates=RecoverVolumeExpansionFailure=true'
- "-timeout=240s"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit 10fd1de

Please sign in to comment.