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

Support Volume Resizes #8

Closed DMajrekar closed 1 year ago

DMajrekar commented 1 year ago

The bug was related to us mounting /var/lib/kublet and /var/lib/kubelet/plugins as hostPaths in the same pod. On pod deletion, /var/lib/kubelet/plugins on the underlying host was left with a bind mount to / on the host. As such, it could not be bind mounted again

This change has removed the need for that bind mount