Skip to content

Commit e68997d

Browse files
committed
cleanup: remove unused livenessProbe in registrar
1 parent 70e6681 commit e68997d

File tree

6 files changed

+0
-37
lines changed

6 files changed

+0
-37
lines changed
-82 Bytes
Binary file not shown.

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

-10
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,6 @@ spec:
9494
- "--csi-address=$(CSI_ENDPOINT)"
9595
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
9696
- "--v=2"
97-
{{- if .Values.windows.enableRegistrationProbe }}
98-
livenessProbe:
99-
exec:
100-
command:
101-
- /csi-node-driver-registrar.exe
102-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
103-
- --mode=kubelet-registration-probe
104-
initialDelaySeconds: 60
105-
timeoutSeconds: 30
106-
{{- end }}
10797
env:
10898
- name: CSI_ENDPOINT
10999
value: unix://C:\\csi\\csi.sock

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

-10
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ spec:
9696
- --csi-address=$(ADDRESS)
9797
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
9898
- --v=2
99-
{{- if .Values.linux.enableRegistrationProbe }}
100-
livenessProbe:
101-
exec:
102-
command:
103-
- /csi-node-driver-registrar
104-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
105-
- --mode=kubelet-registration-probe
106-
initialDelaySeconds: 30
107-
timeoutSeconds: 15
108-
{{- end }}
10999
env:
110100
- name: ADDRESS
111101
value: /csi/csi.sock

charts/latest/azurefile-csi-driver/values.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ linux:
175175
kubeconfig: ""
176176
distro: debian # available values: debian, fedora
177177
mountPermissions: 0777
178-
enableRegistrationProbe: true
179178
labels: {}
180179
annotations: {}
181180
podLabels: {}

deploy/csi-azurefile-node-windows.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ spec:
6767
- --v=2
6868
- --csi-address=$(CSI_ENDPOINT)
6969
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
70-
livenessProbe:
71-
exec:
72-
command:
73-
- /csi-node-driver-registrar.exe
74-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
75-
- --mode=kubelet-registration-probe
76-
initialDelaySeconds: 60
77-
timeoutSeconds: 30
7870
env:
7971
- name: CSI_ENDPOINT
8072
value: unix://C:\\csi\\csi.sock

deploy/csi-azurefile-node.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ spec:
6464
- --csi-address=$(ADDRESS)
6565
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
6666
- --v=2
67-
livenessProbe:
68-
exec:
69-
command:
70-
- /csi-node-driver-registrar
71-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
72-
- --mode=kubelet-registration-probe
73-
initialDelaySeconds: 30
74-
timeoutSeconds: 15
7567
env:
7668
- name: ADDRESS
7769
value: /csi/csi.sock

0 commit comments

Comments
 (0)