Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 9a4c7a2

Browse files
ZeroMagicjackfrancis
authored andcommitted
fix: update the flag due to using higher version of csi livenessprobe (#3770)
1 parent 45cebb7 commit 9a4c7a2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: parts/k8s/addons/azuredisk-csi-driver-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ spec:
476476
image: {{ContainerImage "livenessprobe"}}
477477
args:
478478
- --csi-address=/csi/csi.sock
479-
- --connection-timeout=3s
479+
- --probe-timeout=3s
480480
- --health-port=29603
481481
- --v=5
482482
resources:
@@ -725,7 +725,7 @@ spec:
725725
image: {{ContainerImage "livenessprobe"}}
726726
args:
727727
- --csi-address=/csi/csi.sock
728-
- --connection-timeout=3s
728+
- --probe-timeout=3s
729729
- --health-port=29602
730730
- --v=5
731731
volumeMounts:

Diff for: parts/k8s/addons/azurefile-csi-driver-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ spec:
507507
image: {{ContainerImage "livenessprobe"}}
508508
args:
509509
- --csi-address=/csi/csi.sock
510-
- --connection-timeout=3s
510+
- --probe-timeout=3s
511511
- --health-port=29613
512512
- --v=5
513513
resources:
@@ -738,7 +738,7 @@ spec:
738738
image: {{ContainerImage "livenessprobe"}}
739739
args:
740740
- --csi-address=/csi/csi.sock
741-
- --connection-timeout=3s
741+
- --probe-timeout=3s
742742
- --health-port=29612
743743
- --v=5
744744
volumeMounts:

Diff for: pkg/engine/templates_generated.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)