Skip to content
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

Open
2 tasks done
chaithraPadmar opened this issue Feb 11, 2025 · 1 comment
Open
2 tasks done
Labels
kind/enhancement This improves or streamlines existing functionality

Comments

@chaithraPadmar
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

  • I agree to follow this project's Code of Conduct
@chaithraPadmar chaithraPadmar added the kind/enhancement This improves or streamlines existing functionality label Feb 11, 2025
@kkourt
Copy link
Contributor

kkourt commented Feb 11, 2025

I don't believe the tetragon operator runs as root:

# -- securityContext for the Tetragon Operator Deployment Pods.
securityContext: {}
# -- securityContext for the Tetragon Operator Deployment Pod container.
podSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- "ALL"
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This improves or streamlines existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants