istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/pkg/install/testdata/list.conflist (about)

     1  {
     2    "cniVersion": "0.4.0",
     3    "name": "dbnet",
     4    "plugins": [
     5      {
     6        "type": "bridge",
     7        "bridge": "cni0",
     8        "args": {
     9          "labels" : {
    10              "appVersion" : "1.0"
    11          }
    12        },
    13        "ipam": {
    14          "type": "host-local",
    15          "subnet": "10.1.0.0/16",
    16          "gateway": "10.1.0.1"
    17        },
    18        "dns": {
    19          "nameservers": [ "10.1.0.1" ]
    20        }
    21      },
    22      {
    23        "type": "tuning",
    24        "sysctl": {
    25          "net.core.somaxconn": "500"
    26        }
    27      }
    28    ]
    29  }