Skip to content

Commit c6b7920

Browse files
authored
Merge pull request #1880 from andyzhangx/increase-liveness-probe-timeout-1.25
[release-1.25] chore: increase liveness-probe timeout
2 parents f042ae6 + 2369441 commit c6b7920

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
6 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/csi-blob-node.yaml

+2-2
Original file line numberDiff line numberDiff 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
5 Bytes
Binary file not shown.

charts/v1.25.3/blob-csi-driver/templates/csi-blob-node.yaml

+2-2
Original file line numberDiff line numberDiff 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

deploy/csi-blob-node.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
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

deploy/v1.25.3/csi-blob-node.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
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

0 commit comments

Comments
 (0)