-
Notifications
You must be signed in to change notification settings - Fork 71
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
Falcon-sensor-injector: runningError: container has runAsNonRoot and image has non-numeric user (root) #333
Comments
You can try to use the |
now using the annotation on the falcon-system pod:
getting the same:
Where can i drop this issue? |
What sensor image are you using for this? falcon-container or falcon-linux? |
Basically, make sure that you are running the right image for the sidecar and that you are not attempting to use the node sensor as the sidecar image. |
i'm using the |
Sounds like you might be using the wrong sensor image. Should be using the sensor image from |
Hi,
Currently getting the below error message (using falcon-sensor as sidecar):
Error: container has runAsNonRoot and image has non-numeric user (root), cannot verify user is non-root (pod: "falcon-sensor-injector-54d7dc487-fjgl7_falcon-system(64ddfe7b-5844-4c47-82bc-2841e2d2d2ba)", container: falcon-sensor-injector)
using the below properties (using version 1.29.1 of falcon-sensor helm-chart):
Using:
AWS EKS v1.31 with Fargate/EC2 nodes.
On the namespace falcon-system i have added the annotation:
"pod-security.kubernetes.io/enforce" = "privileged"
Please advise.
The text was updated successfully, but these errors were encountered: