[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mesos-user
Subject:    How do you add args ips to cni network
From:       "Marc Roos" <M.Roos () f1-outsourcing ! eu>
Date:       2017-12-12 22:07:21
Message-ID: "H000007100106f4e.1513116441.sx.f1-outsourcing.eu*" () MHS
[Download RAW message or body]


How do you configure the args/ips these don't seem to work

{
"name": "cni-bridge-test",
"type": "bridge",
"bridge": "mesos-cni0",
"isGateway": true,
"args":{
    "ips": ["192.168.0.100", "192.168.0.101"]
},
"ipam": {
    "type": "host-local",
    "subnet": "192.168.0.0/16",
    "routes": [
    { "dst":
      "0.0.0.0/0" }
    ]
  }
}

{
"name": "cni-bridge-test",
"type": "bridge",
"bridge": "mesos-cni0",
"isGateway": true,
"args":{
  "cni":{
    "ips": ["192.168.0.100", "192.168.0.101"]
  }
},
"ipam": {
    "type": "host-local",
    "subnet": "192.168.0.0/16",
    "routes": [
    { "dst":
      "0.0.0.0/0" }
    ]
  }
}



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic