diff --git a/charts/latest/azurefile-csi-driver-v1.29.9.tgz b/charts/latest/azurefile-csi-driver-v1.29.9.tgz index ff7859631e..15768de27d 100644 Binary files a/charts/latest/azurefile-csi-driver-v1.29.9.tgz and b/charts/latest/azurefile-csi-driver-v1.29.9.tgz differ diff --git a/charts/latest/azurefile-csi-driver/templates/csi-azurefile-node-windows.yaml b/charts/latest/azurefile-csi-driver/templates/csi-azurefile-node-windows.yaml index 8e0a5c5499..0e661840ac 100644 --- a/charts/latest/azurefile-csi-driver/templates/csi-azurefile-node-windows.yaml +++ b/charts/latest/azurefile-csi-driver/templates/csi-azurefile-node-windows.yaml @@ -94,16 +94,6 @@ spec: - "--csi-address=$(CSI_ENDPOINT)" - "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)" - "--v=2" -{{- if .Values.windows.enableRegistrationProbe }} - livenessProbe: - exec: - command: - - /csi-node-driver-registrar.exe - - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) - - --mode=kubelet-registration-probe - initialDelaySeconds: 60 - timeoutSeconds: 30 -{{- end }} env: - name: CSI_ENDPOINT value: unix://C:\\csi\\csi.sock diff --git a/charts/latest/azurefile-csi-driver/templates/csi-azurefile-node.yaml b/charts/latest/azurefile-csi-driver/templates/csi-azurefile-node.yaml index cc293e7c9c..8c2141e785 100644 --- a/charts/latest/azurefile-csi-driver/templates/csi-azurefile-node.yaml +++ b/charts/latest/azurefile-csi-driver/templates/csi-azurefile-node.yaml @@ -96,16 +96,6 @@ spec: - --csi-address=$(ADDRESS) - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) - --v=2 -{{- if .Values.linux.enableRegistrationProbe }} - livenessProbe: - exec: - command: - - /csi-node-driver-registrar - - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) - - --mode=kubelet-registration-probe - initialDelaySeconds: 30 - timeoutSeconds: 15 -{{- end }} env: - name: ADDRESS value: /csi/csi.sock diff --git a/charts/latest/azurefile-csi-driver/values.yaml b/charts/latest/azurefile-csi-driver/values.yaml index 73684cd0a5..710ca0f6a6 100644 --- a/charts/latest/azurefile-csi-driver/values.yaml +++ b/charts/latest/azurefile-csi-driver/values.yaml @@ -175,7 +175,6 @@ linux: kubeconfig: "" distro: debian # available values: debian, fedora mountPermissions: 0777 - enableRegistrationProbe: true labels: {} annotations: {} podLabels: {} diff --git a/deploy/csi-azurefile-node-windows.yaml b/deploy/csi-azurefile-node-windows.yaml index f9c4ec8be3..ee66bb4fc7 100644 --- a/deploy/csi-azurefile-node-windows.yaml +++ b/deploy/csi-azurefile-node-windows.yaml @@ -67,14 +67,6 @@ spec: - --v=2 - --csi-address=$(CSI_ENDPOINT) - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) - livenessProbe: - exec: - command: - - /csi-node-driver-registrar.exe - - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) - - --mode=kubelet-registration-probe - initialDelaySeconds: 60 - timeoutSeconds: 30 env: - name: CSI_ENDPOINT value: unix://C:\\csi\\csi.sock diff --git a/deploy/csi-azurefile-node.yaml b/deploy/csi-azurefile-node.yaml index 1ff8b8c560..52c280fdc7 100644 --- a/deploy/csi-azurefile-node.yaml +++ b/deploy/csi-azurefile-node.yaml @@ -64,14 +64,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