Skip to content

Commit

Permalink
Merge pull request #1706 from andyzhangx/cleanup-registrar-livenessPr…
Browse files Browse the repository at this point in the history
…obe-1.24

[release-1.24] cleanup: remove unused livenessProbe in registrar
  • Loading branch information
andyzhangx authored Nov 18, 2024
2 parents 821380f + e08dba0 commit 602858c
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.24.5.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 @@ -142,14 +142,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 602858c

Please sign in to comment.