Skip to content

Commit b00220d

Browse files
committed
cleanup: remove unused livenessProbe in registrar
1 parent 3f7907c commit b00220d

File tree

6 files changed

+0
-37
lines changed

6 files changed

+0
-37
lines changed
-86 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
@@ -92,16 +92,6 @@ spec:
9292
- --csi-address=$(ADDRESS)
9393
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
9494
- --v=2
95-
{{- if .Values.linux.enableRegistrationProbe }}
96-
livenessProbe:
97-
exec:
98-
command:
99-
- /csi-node-driver-registrar
100-
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
101-
- --mode=kubelet-registration-probe
102-
initialDelaySeconds: 30
103-
timeoutSeconds: 15
104-
{{- end }}
10595
env:
10696
- name: ADDRESS
10797
value: /csi/csi.sock

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

-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ linux:
173173
kubeconfig: ""
174174
distro: debian # available values: debian, fedora
175175
mountPermissions: 0777
176-
enableRegistrationProbe: true
177176
labels: {}
178177
annotations: {}
179178
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)