Moritz Wanzenböck
Moritz Wanzenböck
> But on PV delete there isn't any log! (My storage class reclaim policy is retain so I delete PV separately) What is the `persistentVolumeReclaimPolicy` on the PVs? If that...
As I was saying. Your issue is using `reclaimPolicy: Retain`. This setting does two things: * It means that deleting the PVC does not remove the bound PV. * It...
> But persistentVolumeReclaimPolicy is a Kubernetes concept for handling PV lifecycle, it should not affect the logic of CSI. I agree to some extend, but that is not how it...
Yeah, you are right, it probably should not create them on control plane nodes. Right now there is no proper tracking of taints when generating the satellites. This is something...