k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/jobs/e2e_node/containerd/cni.template (about) 1 { 2 "name": "k8s-pod-network", 3 "cniVersion": "0.3.1", 4 "plugins": [ 5 { 6 "type": "ptp", 7 "mtu": 1460, 8 "ipam": { 9 "type": "host-local", 10 "subnet": "{{.PodCIDR}}", 11 "routes": [ 12 { 13 "dst": "0.0.0.0/0" 14 } 15 ] 16 } 17 }, 18 { 19 "type": "portmap", 20 "capabilities": { 21 "portMappings": true 22 } 23 } 24 ] 25 }