Skip to content

Commit 979f6f4

Browse files
authored
Merge pull request #492 from andyzhangx/remove-kubelet-registration-probe
fix: remove kubelet-registration-probe
2 parents 4ad2006 + d70d4aa commit 979f6f4

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed
-27 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/csi-blob-node.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ spec:
7676
preStop:
7777
exec:
7878
command: ["/bin/sh", "-c", "rm -rf /registration/{{ .Values.driver.name }}-reg.sock /csi/csi.sock"]
79-
livenessProbe:
80-
exec:
81-
command:
82-
- /csi-node-driver-registrar
83-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
84-
- --mode=kubelet-registration-probe
85-
initialDelaySeconds: 3
8679
env:
8780
- name: ADDRESS
8881
value: /csi/csi.sock

deploy/csi-blob-node.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ spec:
6262
preStop:
6363
exec:
6464
command: ["/bin/sh", "-c", "rm -rf /registration/blob.csi.azure.com-reg.sock /csi/csi.sock"]
65-
livenessProbe:
66-
exec:
67-
command:
68-
- /csi-node-driver-registrar
69-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
70-
- --mode=kubelet-registration-probe
71-
initialDelaySeconds: 3
7265
env:
7366
- name: ADDRESS
7467
value: /csi/csi.sock

0 commit comments

Comments
 (0)