istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/pkg/install/testdata/list-with-istio.conflist (about) 1 { 2 "cniVersion": "0.4.0", 3 "name": "dbnet", 4 "plugins": [ 5 { 6 "args": { 7 "labels": { 8 "appVersion": "1.0" 9 } 10 }, 11 "bridge": "cni0", 12 "dns": { 13 "nameservers": [ 14 "10.1.0.1" 15 ] 16 }, 17 "ipam": { 18 "gateway": "10.1.0.1", 19 "subnet": "10.1.0.0/16", 20 "type": "host-local" 21 }, 22 "type": "bridge" 23 }, 24 { 25 "sysctl": { 26 "net.core.somaxconn": "500" 27 }, 28 "type": "tuning" 29 }, 30 { 31 "kubernetes": { 32 "cni_bin_dir": "/path/cni/bin", 33 "kubeconfig": "/path/to/kubeconfig" 34 }, 35 "log_level": "debug", 36 "name": "istio-cni", 37 "type": "istio-cni" 38 } 39 ] 40 }