Skip to content

Commit

Permalink
Removes registrar liveness-probe (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
0sewa0 authored Feb 15, 2023
1 parent 0130756 commit a71e7d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions config/helm/chart/default/templates/Common/csi/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,6 @@ spec:
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
command:
- csi-node-driver-registrar
livenessProbe:
exec:
command:
- csi-node-driver-registrar
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --mode=kubelet-registration-probe
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 15
resources:
{{- if .Values.csidriver.registrar.resources }}
{{- toYaml .Values.csidriver.registrar.resources | nindent 10 }}
Expand Down
11 changes: 0 additions & 11 deletions config/helm/chart/default/tests/Common/csi/daemonset_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,6 @@ tests:
value: "/var/lib/kubelet/plugins/csi.oneagent.dynatrace.com/csi.sock"
image: image-name
imagePullPolicy: Always
livenessProbe:
exec:
command:
- csi-node-driver-registrar
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
- "--mode=kubelet-registration-probe"
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 15
name: registrar
resources:
limits:
Expand Down

0 comments on commit a71e7d5

Please sign in to comment.