You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from this, tried installing it on a lokomotive cluster on Azure. It runs on flatcar which has eBPF support.
Steps to reproduce
As specified in the docs here. Although the docs are outdated so had to use the below steps to install it. Also couldn't find where to file a PR for the change.
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }', /root/.cargo/git/checkouts/fanotify-rs-c4e2583b7086e958/323ee7d/src/high_level.rs:138:88
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: map error
Caused by:
0: failed to create map `ap_mnt_restr` with code -1
1: Operation not permitted (os error 1)
If I am doing something wrong, can you please guide me with the steps?
The text was updated successfully, but these errors were encountered:
I will update the links now. Sorry for the inconvenience!
Regarding the error you posted - seems like the lockc container has troubles with creating BPF maps, even though it's privileged. Which CRI server/implementation are you using?
Cluster Information
Steps to reproduce
Error information
If I am doing something wrong, can you please guide me with the steps?
The text was updated successfully, but these errors were encountered: