You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Marc Roos <M....@f1-outsourcing.eu> on 2019/02/17 16:51:31 UTC

cni plugins conflist "Missing required fields: type"


E0217 17:48:26.461866   349 cni.cpp:330] Failed to parse CNI network 
configuration file '/etc/mesos-cni/93-chain.conflist': Protobuf parse 
failed: Missing required fields: type

Is this format not supported by mesos?

{
  "name": "test-chain",
  "plugins": [
     {
        "type": "bridge",
        "bridge": "test-chain0",
        "isGateway": false,
        "isDefaultGateway": false,
        "ipMasq": false,
        "ipam": {
            "type": "host-local",
            "subnet": "10.10.10.0/24"
        }
    },
   {
      "type": "portmap",
      "capabilities": {"portMappings": true},
      "snat": false
    }
  ]
}