Skip to content

Commit 7850e83

Browse files
committed
fix: replace livenessprobe flag --connection-timeout with --probe-timeout
1 parent 20d2546 commit 7850e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v1.1.0
5151
args:
5252
- --csi-address=/csi/csi.sock
53-
- --connection-timeout=3s
53+
- --probe-timeout=3s
5454
- --health-port=29632
5555
volumeMounts:
5656
- name: socket-dir

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v1.1.0
3939
args:
4040
- --csi-address=/csi/csi.sock
41-
- --connection-timeout=3s
41+
- --probe-timeout=3s
4242
- --health-port=29633
4343
- --v=5
4444
resources:

0 commit comments

Comments
 (0)