-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run terragon operator deployment as user.. not as root #3385
Comments
I don't believe the tetragon operator runs as root: tetragon/install/kubernetes/tetragon/values.yaml Lines 259 to 266 in 0d9b619
|
So even if we drop all capabilities it does technically run as root (because Kubernetes and thus the container runtime will start all process as root by default). I think it would be wise to add We could even in theory ship this directly in the Dockerfiles manifest so that the runtime starts this by default as non-root. In the meantime @chaithraPadmar, you can use the
We should also maybe fix this naming mistake. |
Is there an existing issue for this?
Is your feature request related to a problem?
Hi,
We would like to know, How to run terragon operator deployment as user.. not as root
Describe the feature you would like
Want to know how to install tetragon as user not as root
Describe your proposed solution
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: