Skip to content

Commit

Permalink
Merge pull request #2205 from kubernetes-sigs/cleanup-registrar-liven…
Browse files Browse the repository at this point in the history
…essProbe-1.31

[release-1.31] cleanup: remove unused livenessProbe in registrar
  • Loading branch information
andyzhangx authored Nov 18, 2024
2 parents 3f7907c + b00220d commit 366da38
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 37 deletions.
Binary file modified charts/latest/azurefile-csi-driver-1.31.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,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
Expand Down
1 change: 0 additions & 1 deletion charts/latest/azurefile-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ linux:
kubeconfig: ""
distro: debian # available values: debian, fedora
mountPermissions: 0777
enableRegistrationProbe: true
labels: {}
annotations: {}
podLabels: {}
Expand Down
8 changes: 0 additions & 8 deletions deploy/csi-azurefile-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions deploy/csi-azurefile-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 366da38

Please sign in to comment.