-
Notifications
You must be signed in to change notification settings - Fork 24
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
404 while kernel object download #1835
Comments
Hi @cooperspencer - I'm not quite sure why we don't have a driver for that kernel, but I'll look into it. In the meantime you may be able to switch to CORE_BPF collection (which is a kernel-agnostic driver embedded into the collector image), though I'm not certain if it will work with a 5.4 kernel. If there's a line in your collector logs like |
Thanks for looking into it. Sadly I don't have anything like this in my logs. |
I've had a look and we do have drivers for that kernel for stackrox version 4.3 and newer. It looks like we scraped it a couple of months after 4.2 went out of support, so that's why it was never built for that version. I'd recommend updating to at least 4.4, because anything older than that is out of support (there's some more detail about our support life cycle here: https://access.redhat.com/support/policy/updates/rhacs) |
thanks for the notice. Then I'll upgrade Stackrox. |
I upgraded stackrox and still get those errors:
I upgraded to version 4.5.1 |
Ebpf should not be used in 4.5. I recommend upgrading to the latest 4.5 release and ensure that your collection method is |
We are using version 4.2.1 and with a newly created machine in our cluster we get the following error:
But the kernel is in the kernel_versions file:
https://github.com/stackrox/collector/blob/master/kernel-modules/KERNEL_VERSIONS#L6875
The text was updated successfully, but these errors were encountered: