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

[prometheus-node-exporter] SecurityContext unset by default #4498

Open
flomontl opened this issue Apr 29, 2024 · 0 comments
Open

[prometheus-node-exporter] SecurityContext unset by default #4498

flomontl opened this issue Apr 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@flomontl
Copy link

Describe the bug a clear and concise description of what the bug is.

The container's capabilities are not set, and the default context containing unsafe capabilities, such as NET_RAW is used.

Remediation:

Please set this context:
securityContext:
capabilities:
drop:
- ALL

What's your helm version?

3.14.2

What's your kubectl version?

1.29

Which chart?

prometheus-node-exporter

What's the chart version?

1.7.0

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

No response

Enter the changed values of values.yaml?

No response

Enter the command that you execute and failing/misfunctioning.

kubectl get pods -n prometheus -o=yaml

Anything else we need to know?

No response

@flomontl flomontl added the bug Something isn't working label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant