warm-metal / container-image-csi-driver

Kubernetes CSI driver for mounting image
MIT License
30 stars 22 forks source link

Constant kills of csi driver because of unhealthy liveness probe #150

Closed woehrl01 closed 7 months ago

woehrl01 commented 8 months ago

The CSI driver on the node is constantly restarting because the liveness probe errors with a 500

Bildschirmfoto 2024-02-21 um 18 12 19

From the logs of the csidriver I can't see anything special

mugdha-adhav commented 8 months ago

@woehrl01 could you please provide details around the version of driver you are working with and the container-runtime being used?

woehrl01 commented 8 months ago

@mugdha-adhav I'm using 1.1.0, I guess it's related to too many concurrent pulls blocking the driver from reacting.

The runtime is:

bash-5.1# containerd --version containerd github.com/containerd/containerd 1.6.28+bottlerocket ae07eda36dd25f8a1b98dfbf587313b99c0190bb

woehrl01 commented 7 months ago

Related to #153