Skip to content

Commit f0d7d22

Browse files
authored
Merge pull request #2424 from kubernetes-sigs/increase-liveness-probe-timeout
chore: increase liveness-probe timeout
2 parents 5f54185 + 0c7ac72 commit f0d7d22

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed
11 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.30.8/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 }}
@@ -141,7 +141,7 @@ spec:
141141
path: /healthz
142142
port: {{ .Values.node.livenessProbe.healthPort }}
143143
initialDelaySeconds: 30
144-
timeoutSeconds: 10
144+
timeoutSeconds: 30
145145
periodSeconds: 30
146146
env:
147147
- name: AZURE_CREDENTIAL_FILE
17 Bytes
Binary file not shown.

charts/v1.31.4/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
14 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.30.8/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
- --health-port=29613
5050
- --v=2
5151
resources:
@@ -99,7 +99,7 @@ spec:
9999
path: /healthz
100100
port: 29613
101101
initialDelaySeconds: 30
102-
timeoutSeconds: 10
102+
timeoutSeconds: 30
103103
periodSeconds: 30
104104
env:
105105
- name: AZURE_CREDENTIAL_FILE

deploy/v1.31.4/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

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)