akshatagarwl
akshatagarwl
Before anything else sorry for this very vague title. I am trying to build https://github.com/containers/youki/commit/01acab90d0c6969814f57759a0e1bf3f0466baf1 which refers to a package `oci_spec` as follows in its Cargo.toml ```toml oci_spec = {...
Now the front end can be accessed at the following IP address `kubectl get service frontend-external -n sock-shop | awk '{print $4}'`
I understand that it's not really possible to run these BPF programs in rootless mode so how do I provide Podman the necessary permissions so that it can build the...
On running `cargo build` ``` error: failed to run custom build command for `bpfcontain v0.0.6 (/home/humancalico/repos/bpfcontain-rs)` Caused by: process didn't exit successfully: `/home/humancalico/repos/bpfcontain-rs/target/debug/build/bpfcontain-b628ed53c91943ad/build-script-build` (exit status: 101) --- stdout cargo:rerun-if-changed=src/bpf/bpfcontain.bpf.c cargo:rerun-if-changed=bindings.h...
Some of the things that can be done to reduce the CI time: - [ ] reduce the total number of jobs to avoid setting up go multiple times and...