I'm running this container on Kubernetes. It runs fine on minikube on my laptop using hostPath persistent volumes, but crashes in my server deloyment using NFS persistent volumes. The NFS exports have root_squash set, so the entrypoint script (running as root) is unable to chown folders.
I'm running this container on Kubernetes. It runs fine on minikube on my laptop using hostPath persistent volumes, but crashes in my server deloyment using NFS persistent volumes. The NFS exports have root_squash set, so the entrypoint script (running as root) is unable to chown folders.