Skip to content

Commit f656458

Browse files
authored
Merge pull request #804 from andyzhangx/remove-livenessProbe
cleanup: remove unused livenessProbe in registrar container
2 parents 5aa0a04 + f9d8919 commit f656458

File tree

3 files changed

+0
-16
lines changed

3 files changed

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

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ spec:
7070
{{- else }}
7171
image: "{{ .Values.image.nodeDriverRegistrar.repository }}:{{ .Values.image.nodeDriverRegistrar.tag }}"
7272
{{- end }}
73-
livenessProbe:
74-
exec:
75-
command:
76-
- /csi-node-driver-registrar
77-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
78-
- --mode=kubelet-registration-probe
79-
initialDelaySeconds: 30
80-
timeoutSeconds: 15
8173
args:
8274
- --v=2
8375
- --csi-address=/csi/csi.sock

deploy/csi-nfs-node.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ spec:
5555
- --v=2
5656
- --csi-address=/csi/csi.sock
5757
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
58-
livenessProbe:
59-
exec:
60-
command:
61-
- /csi-node-driver-registrar
62-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
63-
- --mode=kubelet-registration-probe
64-
initialDelaySeconds: 30
65-
timeoutSeconds: 15
6658
env:
6759
- name: DRIVER_REG_SOCK_PATH
6860
value: /var/lib/kubelet/plugins/csi-nfsplugin/csi.sock

0 commit comments

Comments
 (0)