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

Possibility to change affinity rules

Open dberardo-com opened this issue 2 years ago • 5 comments

Is it possible to define a specific PVC so that the underlying volume can be created/attached on more than one node ? what i mean is basically to change the affinity rule:

  • i need to define a localpath for some sort of "cache volume"
  • the cache volume does not need to be defined on a specific host
  • in fact if a node goes down, i would like the Pod to be able to re-spawn on another node and create the volume there
  • once the node comes back up, the older volume can be picked up without no issue

is this possible ?

dberardo-com avatar Sep 11 '23 07:09 dberardo-com