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
Is your feature request related to a problem? Please describe.
Currently Nebulagraph can only be run by the root user in kubernetes. Running as a non root user will result in the error MetaDaemon.cpp:120] Open or create 'pids/nebula-metad.pid': Permission denied since the pids directory is owned by the root user. This was experienced by a customer in the issue below and successfully reproduced inhouse. vesoft-inc/nebula-operator#544
Describe the solution you'd like
We should allow non-root users to run Nebula by giving them write access to the pids directory and other needed directories when building the metad, graphd and storaged images.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently Nebulagraph can only be run by the root user in kubernetes. Running as a non root user will result in the error
MetaDaemon.cpp:120] Open or create 'pids/nebula-metad.pid': Permission denied
since thepids
directory is owned by the root user. This was experienced by a customer in the issue below and successfully reproduced inhouse.vesoft-inc/nebula-operator#544
Describe the solution you'd like
We should allow non-root users to run Nebula by giving them write access to the
pids
directory and other needed directories when building the metad, graphd and storaged images.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: