cgaege / helm-charts

Helm charts for deploying Averbis applications in Kubernetes
0 stars 2 forks source link

Use RWX accessModel for pvc resourcevol #5

Open cgaege opened 3 years ago

cgaege commented 3 years ago

Currently the persistent volume claim resourcevol is created with access mode readWriteOnce which does not allow read-write access by multiple pods. We should switch to access mode readWriteMany instead.

cgaege commented 3 years ago

Looke like GKE doesn't support accessMode RWX out of the box:

image

cgaege commented 3 years ago

https://medium.com/@Sushil_Kumar/readwritemany-persistent-volumes-in-google-kubernetes-engine-a0b93e203180