Open vorburger opened 1 year ago
I'm not sure you if this is a real problem or can just be ignored.
This log message is a "real" critical (note emerg
= Nginx "Emergency") problem which blocks orderly start-up.
I suspect that this is because on (my) k8s the file permission (...)
It's actually not really that, the reason was just that I tried to run it with more limited Linux capabilities than root
, for a better security posture. This would be similar e.g. to "rootless" Docker (or Podman), where I suspect one woul also run int this error (not yet tested).
I am exploring running the
ghcr.io/filecoin-saturn/l1-node:main
container in another container runtime environment (k8s) than on Docker via yourrun.sh
and noticed the following error:I suspect that this is because on (my) k8s the file permission on the
/usr/src/app/shared/
volume is slightly different than on Docker?I'm not sure you if this is a real problem or can just be ignored.