It looks like youv’e got a permissions problem. Most likely there’s a mismatch in the UID or GID of your user, your container directory, or your mounted storage, or the/directory permissions are incorrect.
Thanks for your response. I tried many things including running user as root, giving permissions withing initcontainers … but long story short the error originated from setting ReadWriteMany as my storageAccessMode in my pvcs. With readwriteonce it works again. But weird! Do I miss anything with ReadWriteOnce in the case of multiple worker nodes?
I don’t know. Maybe you could manually create/delete some pods and volumes on the same/different nodes, play around with the permissions, different users, mounting/unmount/remounting, etc, and verify that everything in your k8s cluster is fully working? Doing it with Z2JH adds another layer of complexity- Z2JH assumes your cluster is behaving correctly.