istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/test/testdata/pre/calico.conflist (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 }