Skip to content

Error when I use sdnbridge with host-local  #64

@fredericpougnault

Description

@fredericpougnault

If I use this config file below :

{
"cniVersion": "0.3.0",
"ApiVersion": 2,
"name": "transparent",
"type": "sdnbridge",
"Master": "Ethernet",
"ipam": {
"type": "host-local",
"ranges": [[
{
"subnet": "10.249.5.0/24",
"rangeStart": "10.249.5.220",
"rangeEnd": "10.249.5.240",
"gateway": "10.249.5.254"
}
]]

},
"loopbackDSR": true,
"capabilities": {
    "dns": true
}

}

I have this error : time="2021-10-05T22:45:21+02:00" level=fatal msg="run pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "d2bfd729d7396dc8ffdae7d6c4ead23f5fba919e3dcb24da122320449da0a8df": no IP ranges specified"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions