yunify / qingcloud-csi

Kubernetes volume plugin based on CSI specification which support block storage of qingcloud
Apache License 2.0
37 stars 22 forks source link

Add liveness probe sidecar container in deploy YAML file #118

Closed wnxn closed 5 years ago

wnxn commented 5 years ago

What would you like to be added: The liveness probe sidecar https://github.com/kubernetes-csi/livenessprobe

Why is this needed: Check the CSI driver is healthy

wnxn commented 5 years ago

Change liveness probe to startup probe. Please reference #127