-
Notifications
You must be signed in to change notification settings - Fork 911
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
Why are all k8s.*.* fields are null? #629
Comments
so turns out I left those arguments out by mistake:
|
I have to re-open that issue. Here is an example:
And sometimes, for the same event, k8s.* fields are as expected:
|
@tomklino can you give us more info about your environment? Environment:
|
/triage support |
I would love to: falco version 0.15.0
We are running kubernetes on aws - falco is running as a daemonset in a privileged container and tolerations to allow it to run on master nodes
|
FWIW -- I'm also seeing this on AWS kubernetes/EKS. Run with daemonset.
|
Here the same, running on GKE 1.12.6 falco version 0.15.3
Some times the events come with the data populated but sometimes doesn't contain the k8s data:
|
fwiw, switching my ds deploy yaml to use
|
I will update Falco on our environment to 0.17.0 later this week and will get back to you And thank you for checking in with me :-) |
/close I'm closing this but @tomklino please continue the discussion if you find anything new. |
@fntlnz: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi guys, so I updated to 0.17.0 a few days ago and let it run for a while. I'm sorry to be the bearer of bad news, but that is still happening in 0.17.0:
If there's any info you need from me that can help I'll be happy to get it for you |
Ok, reopening it and adding to milestone 0.18.0. /kind bug |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, just updated to 0.18.0 - unfortunately still experiencing the error Is there any progress on this? Can I help in some way? |
FYI we're facing the same issue with 0.18.0 as daemonset, kubernetes-1.15 on kops AMIs |
I've added to the output of all rules the fields:
But every time an event is logged these values come out as null
for example:
I'm have looked through the docs to see if there is some configuration I needed to set to get this to work, but havn't found anything
The text was updated successfully, but these errors were encountered: