Open brokenjacobs opened 10 months ago
Happy to accept and review PRs
I've reproduced this issue with Docker:
docker run -v .../n8n:/home/node/.n8n --read-only --platform linux/amd64 -it n8nio/n8n:1.22.3
Fails with this error.
docker run -v .../cache:/home/node/.cache -v .../n8n:/home/node/.n8n --read-only --platform linux/amd64 -it n8nio/n8n:1.22.3
Does not.
Interestingly enough the worker pods don't have this issue even though they are running read only.
When using read only root filesystem in the securityContext:
And there is no extraVolumes/extraVolumeMounts in the values to propagate an emptyDir volume to this path to mitigate the issue.