istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/test/testdata/pre/noplugins_calico.conflist (about)

     1  {
     2    "name": "k8s-pod-network",
     3    "cniVersion": "0.3.1",
     4    "pugins": [
     5      {
     6        "type": "calico",
     7        "etcd_endpoints": "http://10.110.0.136:6666",
     8        "log_level": "info",
     9        "mtu": 1500,
    10        "ipam": {
    11          "type": "calico-ipam"
    12        },
    13        "policy": {
    14          "type": "k8s"
    15        },
    16        "kubernetes": {
    17          "kubeconfig": "/etc/cni/net.d/calico-kubeconfig"
    18        }
    19      },
    20      {
    21        "type": "portmap",
    22        "snat": true,
    23        "capabilities": {
    24          "portMappings": true
    25        }
    26      }
    27    ]
    28  }