Skip to content

Commit 0ca7f7e

Browse files
authored
Merge pull request #1707 from andyzhangx/cleanup-registrar-livenessProbe-1.23
[release-1.23] cleanup: remove unused livenessProbe in registrar
2 parents 16e047c + 1b985ae commit 0ca7f7e

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed
220 Bytes
Binary file not shown.

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@ spec:
140140
- --csi-address=$(ADDRESS)
141141
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
142142
- --v=2
143-
livenessProbe:
144-
exec:
145-
command:
146-
- /csi-node-driver-registrar
147-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
148-
- --mode=kubelet-registration-probe
149-
initialDelaySeconds: 30
150-
timeoutSeconds: 15
151143
env:
152144
- name: ADDRESS
153145
value: /csi/csi.sock

deploy/csi-blob-node.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ spec:
102102
- --csi-address=$(ADDRESS)
103103
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
104104
- --v=2
105-
livenessProbe:
106-
exec:
107-
command:
108-
- /csi-node-driver-registrar
109-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
110-
- --mode=kubelet-registration-probe
111-
initialDelaySeconds: 30
112-
timeoutSeconds: 15
113105
env:
114106
- name: ADDRESS
115107
value: /csi/csi.sock

0 commit comments

Comments
 (0)