I came to know that , The best way to migrate to k8s is to have shared volume with READWRITEMANY accessMode as per https://atlassian.github.io/data-center-helm-charts/userguide/PREREQUISITES/#configure-a-shared-home-volume . But in our k8s cluster , we dont have a storage class which provides READWRITEMANY AccessMode instead , we have RWO . So shall we go ahead and use RWO Access mode for multi node jira cluster setup .? what are all the complications we get if we go with RWO(ReadWriteOnly ) AccessMode .
Thanks!!