File tree 6 files changed +8
-8
lines changed
blob-csi-driver/templates
blob-csi-driver/templates
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ spec:
126
126
{{- end }}
127
127
args :
128
128
- --csi-address=/csi/csi.sock
129
- - --probe-timeout=3s
129
+ - --probe-timeout=10s
130
130
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
131
131
- --v=2
132
132
resources : {{- toYaml .Values.node.resources.livenessProbe | nindent 12 }}
@@ -190,7 +190,7 @@ spec:
190
190
path : /healthz
191
191
port : {{ .Values.node.livenessProbe.healthPort }}
192
192
initialDelaySeconds : 30
193
- timeoutSeconds : 10
193
+ timeoutSeconds : 30
194
194
periodSeconds : 30
195
195
env :
196
196
- name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ spec:
126
126
{{- end }}
127
127
args :
128
128
- --csi-address=/csi/csi.sock
129
- - --probe-timeout=3s
129
+ - --probe-timeout=10s
130
130
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
131
131
- --v=2
132
132
resources : {{- toYaml .Values.node.resources.livenessProbe | nindent 12 }}
@@ -190,7 +190,7 @@ spec:
190
190
path : /healthz
191
191
port : {{ .Values.node.livenessProbe.healthPort }}
192
192
initialDelaySeconds : 30
193
- timeoutSeconds : 10
193
+ timeoutSeconds : 30
194
194
periodSeconds : 30
195
195
env :
196
196
- name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change 83
83
image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
84
84
args :
85
85
- --csi-address=/csi/csi.sock
86
- - --probe-timeout=3s
86
+ - --probe-timeout=10s
87
87
- --http-endpoint=localhost:29633
88
88
- --v=2
89
89
resources :
@@ -141,7 +141,7 @@ spec:
141
141
path : /healthz
142
142
port : 29633
143
143
initialDelaySeconds : 30
144
- timeoutSeconds : 10
144
+ timeoutSeconds : 30
145
145
periodSeconds : 30
146
146
env :
147
147
- name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change 83
83
image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
84
84
args :
85
85
- --csi-address=/csi/csi.sock
86
- - --probe-timeout=3s
86
+ - --probe-timeout=10s
87
87
- --http-endpoint=localhost:29633
88
88
- --v=2
89
89
resources :
@@ -141,7 +141,7 @@ spec:
141
141
path : /healthz
142
142
port : 29633
143
143
initialDelaySeconds : 30
144
- timeoutSeconds : 10
144
+ timeoutSeconds : 30
145
145
periodSeconds : 30
146
146
env :
147
147
- name : AZURE_CREDENTIAL_FILE
You can’t perform that action at this time.
0 commit comments