We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 arm64 container image on k8s platform?
Error output are:
{"level":"warn","ts":1695024780.0924711,"msg":"KConfig: could not check enabled kconfig features","error":"could not read /boot/config-4.18.0-80.7.2.el7.aarch64: stat /boot/config-4.18.0-80.7.2.el7.aarch64: no such file or directory"} {"level":"warn","ts":1695024780.0925257,"msg":"KConfig: assuming kconfig values, might have unexpected behavior"} {"level":"warn","ts":1695024780.2599328,"msg":"libbpf: BTF loading error: -22"} {"level":"warn","ts":1695024780.2599864,"msg":"libbpf: -- BEGIN BTF LOAD LOG ---\nmagic: 0xeb9f\nversion: 1\nflags: 0x0\nhdr_len: 24\ntype_off: 0\ntype_len: 22980\nstr_off: 22980\nstr_len: 106085\nbtf_total_size: 129089\nInvalid string section\n-- END BTF LOAD LOG --"} {"level":"warn","ts":1695024780.2600458,"msg":"libbpf: Error loading .BTF into kernel: -22. BTF is optional, ignoring."} {"level":"warn","ts":1695024780.3454282,"msg":"libbpf: map 'walk_mod_tree_queue': failed to create: Invalid argument(-22)"} {"level":"warn","ts":1695024780.3458316,"msg":"libbpf: failed to load object ''"} {"level":"fatal","ts":1695024780.405573,"msg":"Tracee runner failed","error":"cmd.Runner.Run: error initializing Tracee: ebpf.(*Tracee).Init: ebpf.(*Tracee).initBPF: failed to load BPF object: invalid argument"}
tracee version
0.17.1
uname -a
[root@anode1 tracee]# uname -a Linux anode1 4.18.0-80.7.2.el7.aarch64 #1 SMP Thu Sep 12 16:13:20 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered:
@dhcn sorry for the huge delay. Have you tried again using upstream Tracee images? @rscampos FYI.
Sorry, something went wrong.
No branches or pull requests
Description
How to run arm64 container image on k8s platform?
Error output are:
Output of
tracee version
:Output of
uname -a
:Additional details
The text was updated successfully, but these errors were encountered: