File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
blob-csi-driver/templates
blob-csi-driver/templates Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ spec:
126126{{- end }}
127127 args :
128128 - --csi-address=/csi/csi.sock
129- - --probe-timeout=3s
129+ - --probe-timeout=10s
130130 - --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
131131 - --v=2
132132 resources : {{- toYaml .Values.node.resources.livenessProbe | nindent 12 }}
@@ -190,7 +190,7 @@ spec:
190190 path : /healthz
191191 port : {{ .Values.node.livenessProbe.healthPort }}
192192 initialDelaySeconds : 30
193- timeoutSeconds : 10
193+ timeoutSeconds : 30
194194 periodSeconds : 30
195195 env :
196196 - name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ spec:
126126{{- end }}
127127 args :
128128 - --csi-address=/csi/csi.sock
129- - --probe-timeout=3s
129+ - --probe-timeout=10s
130130 - --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
131131 - --v=2
132132 resources : {{- toYaml .Values.node.resources.livenessProbe | nindent 12 }}
@@ -190,7 +190,7 @@ spec:
190190 path : /healthz
191191 port : {{ .Values.node.livenessProbe.healthPort }}
192192 initialDelaySeconds : 30
193- timeoutSeconds : 10
193+ timeoutSeconds : 30
194194 periodSeconds : 30
195195 env :
196196 - name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change 8383 image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
8484 args :
8585 - --csi-address=/csi/csi.sock
86- - --probe-timeout=3s
86+ - --probe-timeout=10s
8787 - --http-endpoint=localhost:29633
8888 - --v=2
8989 resources :
@@ -141,7 +141,7 @@ spec:
141141 path : /healthz
142142 port : 29633
143143 initialDelaySeconds : 30
144- timeoutSeconds : 10
144+ timeoutSeconds : 30
145145 periodSeconds : 30
146146 env :
147147 - name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change 8383 image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
8484 args :
8585 - --csi-address=/csi/csi.sock
86- - --probe-timeout=3s
86+ - --probe-timeout=10s
8787 - --http-endpoint=localhost:29633
8888 - --v=2
8989 resources :
@@ -141,7 +141,7 @@ spec:
141141 path : /healthz
142142 port : 29633
143143 initialDelaySeconds : 30
144- timeoutSeconds : 10
144+ timeoutSeconds : 30
145145 periodSeconds : 30
146146 env :
147147 - name : AZURE_CREDENTIAL_FILE
You can’t perform that action at this time.
0 commit comments