We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d2546 commit 7850e83Copy full SHA for 7850e83
deploy/csi-blob-controller.yaml
@@ -50,7 +50,7 @@ spec:
50
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v1.1.0
51
args:
52
- --csi-address=/csi/csi.sock
53
- - --connection-timeout=3s
+ - --probe-timeout=3s
54
- --health-port=29632
55
volumeMounts:
56
- name: socket-dir
deploy/csi-blob-node.yaml
@@ -38,7 +38,7 @@ spec:
38
39
40
41
42
- --health-port=29633
43
- --v=5
44
resources:
0 commit comments