istio.io/istio@v0.0.0-20240520182934-d79c90f27776/prow/config/topology/external-istiod-multicluster.json (about) 1 [ 2 { 3 "kind": "Kubernetes", 4 "clusterName": "config", 5 "podSubnet": "10.20.0.0/16", 6 "svcSubnet": "10.255.20.0/24", 7 "network": "network-1", 8 "primaryClusterName": "external", 9 "configClusterName": "config" 10 }, 11 { 12 "kind": "Kubernetes", 13 "clusterName": "remote", 14 "podSubnet": "10.30.0.0/16", 15 "svcSubnet": "10.255.30.0/24", 16 "network": "network-2", 17 "primaryClusterName": "external", 18 "configClusterName": "config", 19 "meta": { 20 "fakeVM": false 21 } 22 }, 23 { 24 "kind": "Kubernetes", 25 "clusterName": "external", 26 "podSubnet": "10.10.0.0/16", 27 "svcSubnet": "10.255.10.0/24", 28 "network": "network-1", 29 "primaryClusterName": "external", 30 "configClusterName": "config", 31 "meta": { 32 "fakeVM": false 33 } 34 } 35 ]