Skip to content

Commit

Permalink
Merge pull request #804 from andyzhangx/remove-livenessProbe
Browse files Browse the repository at this point in the history
cleanup: remove unused livenessProbe in registrar container
  • Loading branch information
andyzhangx authored Nov 27, 2024
2 parents 5aa0a04 + f9d8919 commit f656458
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
Binary file modified charts/latest/csi-driver-nfs-v0.0.0.tgz
Binary file not shown.
8 changes: 0 additions & 8 deletions charts/latest/csi-driver-nfs/templates/csi-nfs-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ spec:
{{- else }}
image: "{{ .Values.image.nodeDriverRegistrar.repository }}:{{ .Values.image.nodeDriverRegistrar.tag }}"
{{- end }}
livenessProbe:
exec:
command:
- /csi-node-driver-registrar
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --mode=kubelet-registration-probe
initialDelaySeconds: 30
timeoutSeconds: 15
args:
- --v=2
- --csi-address=/csi/csi.sock
Expand Down
8 changes: 0 additions & 8 deletions deploy/csi-nfs-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ spec:
- --v=2
- --csi-address=/csi/csi.sock
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
livenessProbe:
exec:
command:
- /csi-node-driver-registrar
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --mode=kubelet-registration-probe
initialDelaySeconds: 30
timeoutSeconds: 15
env:
- name: DRIVER_REG_SOCK_PATH
value: /var/lib/kubelet/plugins/csi-nfsplugin/csi.sock
Expand Down

0 comments on commit f656458

Please sign in to comment.