Skip to content

Commit

Permalink
Merge pull request #2424 from kubernetes-sigs/increase-liveness-probe…
Browse files Browse the repository at this point in the history
…-timeout

chore: increase liveness-probe timeout
  • Loading branch information
andyzhangx authored Mar 11, 2025
2 parents 5f54185 + 0c7ac72 commit f0d7d22
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
Binary file modified charts/latest/azurefile-csi-driver-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
{{- end }}
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --probe-timeout=10s
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
- --v=2
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
path: /healthz
port: {{ .Values.node.livenessProbe.healthPort }}
initialDelaySeconds: 30
timeoutSeconds: 10
timeoutSeconds: 30
periodSeconds: 30
env:
- name: AZURE_CREDENTIAL_FILE
Expand Down
Binary file modified charts/v1.30.8/azurefile-csi-driver-v1.30.8.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
{{- end }}
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --probe-timeout=10s
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
- --v=2
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
path: /healthz
port: {{ .Values.node.livenessProbe.healthPort }}
initialDelaySeconds: 30
timeoutSeconds: 10
timeoutSeconds: 30
periodSeconds: 30
env:
- name: AZURE_CREDENTIAL_FILE
Expand Down
Binary file modified charts/v1.31.4/azurefile-csi-driver-1.31.4.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
{{- end }}
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --probe-timeout=10s
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
- --v=2
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
path: /healthz
port: {{ .Values.node.livenessProbe.healthPort }}
initialDelaySeconds: 30
timeoutSeconds: 10
timeoutSeconds: 30
periodSeconds: 30
env:
- name: AZURE_CREDENTIAL_FILE
Expand Down
Binary file modified charts/v1.32.0/azurefile-csi-driver-1.32.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
{{- end }}
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --probe-timeout=10s
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
- --v=2
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
path: /healthz
port: {{ .Values.node.livenessProbe.healthPort }}
initialDelaySeconds: 30
timeoutSeconds: 10
timeoutSeconds: 30
periodSeconds: 30
env:
- name: AZURE_CREDENTIAL_FILE
Expand Down
4 changes: 2 additions & 2 deletions deploy/v1.30.8/csi-azurefile-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --probe-timeout=10s
- --health-port=29613
- --v=2
resources:
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
path: /healthz
port: 29613
initialDelaySeconds: 30
timeoutSeconds: 10
timeoutSeconds: 30
periodSeconds: 30
env:
- name: AZURE_CREDENTIAL_FILE
Expand Down
4 changes: 2 additions & 2 deletions deploy/v1.31.4/csi-azurefile-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --probe-timeout=10s
- --http-endpoint=localhost:29613
- --v=2
resources:
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
path: /healthz
port: 29613
initialDelaySeconds: 30
timeoutSeconds: 10
timeoutSeconds: 30
periodSeconds: 30
env:
- name: AZURE_CREDENTIAL_FILE
Expand Down
4 changes: 2 additions & 2 deletions deploy/v1.32.0/csi-azurefile-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --probe-timeout=10s
- --http-endpoint=localhost:29613
- --v=2
resources:
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
path: /healthz
port: 29613
initialDelaySeconds: 30
timeoutSeconds: 10
timeoutSeconds: 30
periodSeconds: 30
env:
- name: AZURE_CREDENTIAL_FILE
Expand Down

0 comments on commit f0d7d22

Please sign in to comment.