From: Michael C Cambria Date: Thu, 31 Aug 2017 16:17:58 +0000 (+0000) Subject: Fix use of ips; needed to be in cni section of args X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=5dcab60f71285dbf97e24b3b8e10246a26889505;p=plugins.git Fix use of ips; needed to be in cni section of args --- diff --git a/mesos-test.conf b/mesos-test.conf index a2ccae6..23e77f2 100644 --- a/mesos-test.conf +++ b/mesos-test.conf @@ -1,6 +1,6 @@ { "name": "mesos-test", - "cniVersion": "0.3.1", + "cniVersion": "0.3.0", "type": "bridge", "bridge": "mynet", "ipMasq": true, @@ -24,7 +24,9 @@ } } }, -"ips": ["10.244.10.23"] + "cni" : { + "ips": ["10.244.10.19"] + } }, "ipam": { "type": "host-local",