istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/test/testdata/expected/10-calico.conflist-istioconfig (about)

     1  {
     2    "cniVersion": "0.3.1",
     3    "name": "k8s-pod-network",
     4    "plugins": [
     5      {
     6        "etcd_endpoints": "http://10.110.0.136:6666",
     7        "ipam": {
     8          "type": "calico-ipam"
     9        },
    10        "kubernetes": {
    11          "kubeconfig": "/etc/cni/net.d/calico-kubeconfig"
    12        },
    13        "log_level": "info",
    14        "mtu": 1500,
    15        "policy": {
    16          "type": "k8s"
    17        },
    18        "type": "calico"
    19      },
    20      {
    21        "capabilities": {
    22          "portMappings": true
    23        },
    24        "snat": true,
    25        "type": "portmap"
    26      },
    27      {
    28        "ambient_enabled": false,
    29        "cni_event_address": "/tmp/cnieventfoo",
    30        "dns": {},
    31        "ipam": {},
    32        "kubernetes": {
    33          "exclude_namespaces": [
    34            "istio-system"
    35          ],
    36          "kubeconfig": "/etc/cni/net.d/ZZZ-istio-cni-kubeconfig"
    37        },
    38        "log_level": "debug",
    39        "log_uds_address": "",
    40        "name": "istio-cni",
    41        "type": "istio-cni"
    42      }
    43    ]
    44  }