Skip to content

Commit

Permalink
Merge pull request eksctl-io#281 from leakingtapan/liveness-bug
Browse files Browse the repository at this point in the history
Fix liveness probe memory leak
  • Loading branch information
k8s-ci-robot authored Apr 19, 2019
2 parents d94c30d + 39768f7 commit 8d69f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: liveness-probe
image: quay.io/k8scsi/livenessprobe:v1.0.1
image: quay.io/k8scsi/livenessprobe:v1.0.2
args:
- --csi-address=/csi/csi.sock
- --connection-timeout=3s
Expand Down

0 comments on commit 8d69f90

Please # to comment.