istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/test/testdata/pre/minikube_cni.conf (about) 1 { 2 "addIf": "true", 3 "bridge": "mybridge", 4 "ipMasq": true, 5 "ipam": { 6 "type": "host-local", 7 "subnet": "10.1.0.0/16", 8 "gateway": "10.1.0.1", 9 "routes": [ 10 { 11 "dst": "0.0.0.0/0" 12 } 13 ] 14 }, 15 "isGateway": true, 16 "mtu": 1460, 17 "name": "rkt.kubernetes.io", 18 "type": "bridge" 19 }