Coder Social home page Coder Social logo

Comments (2)

rkamudhan avatar rkamudhan commented on September 3, 2024

@shunianyin Please refere the
https://github.com/intel/container-experience-kits-demo-area/tree/master/demo

from userspace-cni-network-plugin.

shunianyin avatar shunianyin commented on September 3, 2024

{
"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"

from userspace-cni-network-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.