civo / civo-csi

A Container Storage Interface plugin/driver for Civo's managed k3s service
https://www.civo.com/kube100
2 stars 0 forks source link

increase threshold for liveness probe #12

Closed alessandroargentieri closed 1 year ago

alessandroargentieri commented 1 year ago

it seems the healthz port definition used in the livenessProbe is missing and just adding it, the parameters provided are too strict to let the health check to be successful so the csi pods go in Crash Loop Backoff. So we need to make these params less strict to let the livenessProbe work correctly.

This approach has been test in a k3s cluster on Civo.

alejandrojnm commented 1 year ago

Look good to me