local-path-provisioner
local-path-provisioner copied to clipboard
Possibility to change affinity rules
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 ?