Skip to content

Commit

Permalink
fix: increase liveness probe timeout on Windows node
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 18, 2024
1 parent 1e07cb5 commit 7dfff99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v1.30.4.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- end }}
args:
- "--csi-address=$(CSI_ENDPOINT)"
- "--probe-timeout=3s"
- "--probe-timeout=30s"
- "--health-port={{ .Values.node.livenessProbe.healthPort }}"
- "--v=2"
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node-windows.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.14.0
args:
- "--csi-address=$(CSI_ENDPOINT)"
- "--probe-timeout=3s"
- "--probe-timeout=30s"
- "--health-port=29603"
- "--v=2"
env:
Expand Down

0 comments on commit 7dfff99

Please sign in to comment.