Skip to content

Commit

Permalink
cleanup: remove unused livenessProbe in registrar
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Nov 18, 2024
1 parent 16e047c commit 1b985ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
Binary file modified charts/latest/blob-csi-driver-v1.23.9.tgz
Binary file not shown.
8 changes: 0 additions & 8 deletions charts/latest/blob-csi-driver/templates/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@ spec:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --v=2
livenessProbe:
exec:
command:
- /csi-node-driver-registrar
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --mode=kubelet-registration-probe
initialDelaySeconds: 30
timeoutSeconds: 15
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
8 changes: 0 additions & 8 deletions deploy/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,6 @@ spec:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --v=2
livenessProbe:
exec:
command:
- /csi-node-driver-registrar
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --mode=kubelet-registration-probe
initialDelaySeconds: 30
timeoutSeconds: 15
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit 1b985ae

Please sign in to comment.