File tree 3 files changed +6
-0
lines changed
azurefile-csi-driver/templates
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 91
91
- " --kube-api-qps=50"
92
92
- " --kube-api-burst=100"
93
93
- " --feature-gates=HonorPVReclaimPolicy=true"
94
+ - " --retry-interval-max=30m"
94
95
env :
95
96
- name : ADDRESS
96
97
value : /csi/csi.sock
@@ -110,6 +111,7 @@ spec:
110
111
- " -leader-election"
111
112
- " --leader-election-namespace={{ .Release.Namespace }}"
112
113
- " -v=2"
114
+ - " --retry-interval-max=30m"
113
115
env :
114
116
- name : ADDRESS
115
117
value : /csi/csi.sock
@@ -135,6 +137,7 @@ spec:
135
137
- ' -handle-volume-inuse-error=false'
136
138
- ' -timeout=120s'
137
139
- ' -feature-gates=RecoverVolumeExpansionFailure=true'
140
+ - " --retry-interval-max=30m"
138
141
env :
139
142
- name : ADDRESS
140
143
value : /csi/csi.sock
Original file line number Diff line number Diff line change 45
45
- " --kube-api-qps=50"
46
46
- " --kube-api-burst=100"
47
47
- " --feature-gates=HonorPVReclaimPolicy=true"
48
+ - " --retry-interval-max=30m"
48
49
env :
49
50
- name : ADDRESS
50
51
value : /csi/csi.sock
68
69
- " -csi-address=$(ADDRESS)"
69
70
- " --leader-election"
70
71
- " --leader-election-namespace=kube-system"
72
+ - " --retry-interval-max=30m"
71
73
env :
72
74
- name : ADDRESS
73
75
value : /csi/csi.sock
94
96
- ' -handle-volume-inuse-error=false'
95
97
- ' -feature-gates=RecoverVolumeExpansionFailure=true'
96
98
- ' -timeout=120s'
99
+ - " --retry-interval-max=30m"
97
100
env :
98
101
- name : ADDRESS
99
102
value : /csi/csi.sock
You can’t perform that action at this time.
0 commit comments