Skip to content

Commit

Permalink
Merge pull request #2649 from andyzhangx/cleanup-registrar-livenessPr…
Browse files Browse the repository at this point in the history
…obe-1.30

[release-1.30] cleanup: remove unused livenessProbe in registrar
  • Loading branch information
andyzhangx authored Nov 18, 2024
2 parents b03d372 + 6c73b7f commit 43098aa
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 37 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v1.30.6.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ spec:
- "--v=2"
- "--csi-address=$(CSI_ENDPOINT)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
{{- 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 @@ -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
Expand Down
1 change: 0 additions & 1 deletion charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ linux:
kubelet: /var/lib/kubelet
distro: debian # available values: debian, fedora
enablePerfOptimization: true
enableRegistrationProbe: true
otelTracing:
enabled: false
otelServiceName: csi-azuredisk-node
Expand Down
8 changes: 0 additions & 8 deletions deploy/csi-azuredisk-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-azuredisk-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 43098aa

Please sign in to comment.