You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're always using initContainers for any setup or config initialization, and using container(s) for the node itself.
One container one process, and we avoid && at all costs.
For debugging purposes, it will be easy to spot that it's initialization issue if you spot Init:Error or Init:CrashLoopBackOff.
Your enhancement is interesting, because lotus node reads config from data dir, can you raise a PR that we can review.
Thank you 🙏
Hi, I'm little curious about initContainer logic (e.g. lotus).
Can I use subPath mount config toml file Instead of initContainer?
I tested it , it works well.
The text was updated successfully, but these errors were encountered: