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