Skip to content

Commit 25fb5ec

Browse files
authored
Merge pull request #867 from andyzhangx/remove-livenessProbe
cleanup: remove unused livenessProbe in registrar container
2 parents d403265 + 057048e commit 25fb5ec

File tree

5 files changed

+0
-32
lines changed

5 files changed

+0
-32
lines changed
-62 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/templates/csi-smb-node-windows.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ spec:
7171
- --v=2
7272
- --csi-address=$(CSI_ENDPOINT)
7373
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
74-
livenessProbe:
75-
exec:
76-
command:
77-
- /csi-node-driver-registrar.exe
78-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
79-
- --mode=kubelet-registration-probe
80-
initialDelaySeconds: 60
81-
timeoutSeconds: 30
8274
env:
8375
- name: CSI_ENDPOINT
8476
value: unix://C:\\csi\\csi.sock

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ spec:
7878
- --csi-address=$(ADDRESS)
7979
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
8080
- --v=2
81-
livenessProbe:
82-
exec:
83-
command:
84-
- /csi-node-driver-registrar
85-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
86-
- --mode=kubelet-registration-probe
87-
initialDelaySeconds: 30
88-
timeoutSeconds: 15
8981
env:
9082
- name: ADDRESS
9183
value: /csi/csi.sock

deploy/csi-smb-node-windows.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ spec:
5858
- --v=2
5959
- --csi-address=$(CSI_ENDPOINT)
6060
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
61-
livenessProbe:
62-
exec:
63-
command:
64-
- /csi-node-driver-registrar.exe
65-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
66-
- --mode=kubelet-registration-probe
67-
initialDelaySeconds: 60
68-
timeoutSeconds: 30
6961
env:
7062
- name: CSI_ENDPOINT
7163
value: unix://C:\\csi\\csi.sock

deploy/csi-smb-node.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ spec:
5555
- --csi-address=$(ADDRESS)
5656
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
5757
- --v=2
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: ADDRESS
6860
value: /csi/csi.sock

0 commit comments

Comments
 (0)