There are multiple nodes in my local K8s environment.
And there are two pods share the same pvc with ReadWriteMany accessModes.
If two pods created in different nodes, one pod can't get the new added files from the other pod, only if the pod restarted.
Is it possible to make pvc storage sync between multiple nodes?
There are multiple nodes in my local K8s environment. And there are two pods share the same pvc with ReadWriteMany accessModes. If two pods created in different nodes, one pod can't get the new added files from the other pod, only if the pod restarted. Is it possible to make pvc storage sync between multiple nodes?