local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

Fix: hostname label != node name results in cleanup HelperPod not being scheduled

Open rcasaleiro opened this issue 3 years ago • 2 comments

In situations where the hostname has been overriden through the kubelets --hostname-override flag or when the node name is a FQDN and kubelet takes the default hostname of the node (non-FQDN). Although creation of PV's will work just fine, the cleanup of said PV fails as the value for the node name given to the Delete HelperPod is taken from the hostname label affinity.

rcasaleiro avatar Sep 16 '22 16:09 rcasaleiro

@rcasaleiro Can you help resolve the conflict?

derekbit avatar Oct 07 '22 07:10 derekbit

See #413 and attached PR.

jan-g avatar Jun 12 '24 10:06 jan-g