local-path-provisioner
local-path-provisioner copied to clipboard
[Question] PV anti-affinity over all host paths
The doc says:

Imaging I have 3 NVMEs and I'd like to deploy 3 database replicas on the node, where the data was replicated internally by the DBMS, naturally the 3 PVs should be provisioned on each NVME.
So are there any ways to do anti-affinity like this? Maybe a simple round-robin policy (instead of random policy) to choose the underlying path?
Looks there were some discussions on this topic #151.