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

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