Skip to content
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

how to config userspace-cni about vhost-user engine without vpp #20

Open
shunianyin opened this issue Nov 23, 2018 · 2 comments
Open

how to config userspace-cni about vhost-user engine without vpp #20

shunianyin opened this issue Nov 23, 2018 · 2 comments

Comments

@shunianyin
Copy link

Hello,how to config userspace-cni about vhost-user engine without vpp. There are any demos?

@rkamudhan
Copy link
Contributor

@shunianyin
Copy link
Author

{
"name": "multus-demo-network",
"type": "multus",
"delegates": [
{
"cniVersion": "0.3.1",
"type": "userspace",
"name": "vhost-network",
"host": {
"engine": "ovs-dpdk",
"iftype": "vhostuser"
},
"ipam": {
"type": "host-local",
"subnet": "10.56.217.0/24",
"rangeStart": "10.56.217.131",
"rangeEnd": "10.56.217.190",
"routes": [
{
"dst": "0.0.0.0/0"
}
],
"gateway": "10.56.217.1"
}
}
]
}

the multus conf is wrong ? I use it as kubernetes master network,bug when i created pod, the log show "failed to read pod IP from plugin/docker: NetworkPlugin cni failed on the status hook for pod xxx : Unexpected command output Device 'eth0' dose not exist"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants