Hi All
It is about rancher local-path storage
.
I want to create a PVC with a different path, and I see that it is possible, but I have to mention the path for every node in the “nodePathMap”
In such a situation, when we have 20+ nodes, it will be challenging to make an entry for all the nodes, and we have to keep editing the config map whenever new nodes get added.
https://github.com/rancher/local-path-provisioner#storage-classes
Can we override the default path used in the config map, nodePath location, via storage class?