You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
ginkookuo
changed the title
Do driver support multiple nodes read/write access?
Does driver support multiple nodes read/write access?
Jan 15, 2024
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?
The text was updated successfully, but these errors were encountered: