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

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