-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
aarch64: CONFIG_BPF_SYSCALL=y is missing #14674
Comments
But that kernel config has |
Now that I checked. Yes, it is defined for x86_64
But it is not defined for aarch64 I think it's overlooked. If you can confirm, I'm happy to contribute. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale I will take a look it but I just need to find a bit of time! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
No, this is not stale, I still want to take a look at it but I cannot really know how to debug this and I cannot create time. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
Not stale. This is preventing Calico from working on "qemu2" minikube nodes (which you'll need to use if you want VM-based nodes on Apple Silicon). |
What Happened?
I'm trying to run an eBPF application on Minikube on a Mac using QEMU (--drive=qemu2).
The first thing I realized when I tried to mount
/sys/fs/bpf
, it wasn't there.Then when I tried to load an eBPF program, I got the following error.
This is what the config looks like:
FWIW, the same program flawlessly runs on minikube on a linux/amd64 platform.
I had assumed with #14316, this should work regardless of the driver.
I might be missing something trivial. I'd be glad if you could nudge me in the right direction.
cc @eiffel-fl
Attach the log file
log.txt
Operating System
macOS (Default)
Driver
N/A
The text was updated successfully, but these errors were encountered: