Skip to content

Commit 002c692

Browse files
authored
Merge pull request #2425 from kubernetes-sigs/increase-liveness-probe-timeout-1.32
[release-1.32] chore: increase liveness-probe timeout
2 parents 4553de8 + f884d5b commit 002c692

File tree

5 files changed

+6
-6
lines changed

5 files changed

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
{{- end }}
7878
args:
7979
- --csi-address=/csi/csi.sock
80-
- --probe-timeout=3s
80+
- --probe-timeout=10s
8181
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
8282
- --v=2
8383
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
@@ -134,7 +134,7 @@ spec:
134134
path: /healthz
135135
port: {{ .Values.node.livenessProbe.healthPort }}
136136
initialDelaySeconds: 30
137-
timeoutSeconds: 10
137+
timeoutSeconds: 30
138138
periodSeconds: 30
139139
env:
140140
- name: AZURE_CREDENTIAL_FILE
13 Bytes
Binary file not shown.

charts/v1.32.0/azurefile-csi-driver/templates/csi-azurefile-node.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
{{- end }}
7878
args:
7979
- --csi-address=/csi/csi.sock
80-
- --probe-timeout=3s
80+
- --probe-timeout=10s
8181
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
8282
- --v=2
8383
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
@@ -134,7 +134,7 @@ spec:
134134
path: /healthz
135135
port: {{ .Values.node.livenessProbe.healthPort }}
136136
initialDelaySeconds: 30
137-
timeoutSeconds: 10
137+
timeoutSeconds: 30
138138
periodSeconds: 30
139139
env:
140140
- name: AZURE_CREDENTIAL_FILE

deploy/v1.32.0/csi-azurefile-node.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
4646
args:
4747
- --csi-address=/csi/csi.sock
48-
- --probe-timeout=3s
48+
- --probe-timeout=10s
4949
- --http-endpoint=localhost:29613
5050
- --v=2
5151
resources:
@@ -100,7 +100,7 @@ spec:
100100
path: /healthz
101101
port: 29613
102102
initialDelaySeconds: 30
103-
timeoutSeconds: 10
103+
timeoutSeconds: 30
104104
periodSeconds: 30
105105
env:
106106
- name: AZURE_CREDENTIAL_FILE

0 commit comments

Comments
 (0)