Sheng Yang
Sheng Yang
Do you have multiple local path provisioners running at the same time? In that case, they will choose one to run, thus `leaderelection lost` for the others.
@kumaya What's your Kubernetes version? Local Path Provisioner uses Kubernetes library for leader election. That logic is not even in the provisioner's code. So my guess is Kubernetes version might...
We don't have an idea about it since we just haven't got time to look into it. Also, PRs are welcome.
PVC deletion is up to the user since it's persistent and has a lifecycle longer than the pod. PV can be deleted along with PVC is reclaimPolicy is `delete`. See...
Thanks for your PR @rakeshJn . Since there is no need to dynamically change this parameter, I think it's better if we take it as a command-line parameter instead of...
There are a few things I would try to understand: 1. Why node drain didn't delete the pod? The draining step should automatically delete the pod if it's a managed...
Thanks @baurmatt . Yes, those make sense. However Local Path Provisioner doesn't have a controller to monitor the deletion of the node. Also, adding a finalizer to the node object...
Sorry @kvaps I need to revert this change for now. Somehow it doesn't work with my RKE cluster. I always get the error when trying to start the pod: ```...
Yes it is…
I am using Rancher Kubernetes Engine (RKE), which is a containerized kubelet.