mount same pv in more than one pod
glaucius opened this issue · 2 comments
glaucius commented
hey guys, maybe this is a dummy question, but, I would like to know how to mount the same pv+pvc into more than one pod.
the documentation shows us how to mount an s3 bucket using pvc and pv, ok, it worked to me fine, but, in case my pods needs to scale, well, how can we do it ? scale pods that uses same pv or pvc ?
thanks