-
Notifications
You must be signed in to change notification settings - Fork 93
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
deploy pod failed with "Error: failed to set xdp to dev eth0, err is numerical result out of range\n" #1253
Comments
@calvinxu1526 what is your env, which k8s do you use? |
@calvinxu1526 Hello, please run |
#uname -r |
/assign @tacslon |
any advice for the issue, is it a bug for some configuration needed |
Hi, I'm working on reappearing your problem, could you please give more details, like the .yaml file used to create this Pod? |
|
The error seems coming from https://github.com/kmesh-net/kmesh/blob/1dd17503c480a081752cd3946375d9ad02c7e968/pkg/cni/plugin/plugin.go Should first add some more error info below to figureout which function call failed.
|
just wondering whether you're trying to reproduce or debug the issue |
Hi,
after deployment of kmesh, tried to deploy a pod failed as below, any advice? thanks.
Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "9d5e8d8ed639459ce1863e13a4db3f2af7107321d98c9f01b4480418e223488b": plugin type="kmesh-cni" failed (add): netplugin failed: "Error: failed to set xdp to dev eth0, err is numerical result out of range\n"
`
#kubectl describe po testpo
Name: testpo
Namespace: default
Priority: 0
Service Account: default
..
Annotations: ...
kmesh.net/redirection: enabled
Status: Pending
Events:
Type Reason Age From Message
Normal Scheduled ...
Warning FailedCreatePodSandBox 16s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "90badd37fb40d2418c35900a2a9b8e70dd120336c4d24194d53c2628fb2bd63e": plugin type="kmesh-cni" failed (add): netplugin failed: "Error: failed to set xdp to dev eth0, err is numerical result out of range\n"
Warning FailedCreatePodSandBox 15s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "40a81a1c8a1918fe86d8fec07c77038de8d962917c3340f2155d29a4500eb462": plugin type="kmesh-cni" failed (add): netplugin failed: "Error: failed to set xdp to dev eth0, err is numerical result out of range\n"
...
`
The text was updated successfully, but these errors were encountered: