istio.io/istio@v0.0.0-20240520182934-d79c90f27776/prow/config/topology/multicluster-large.json (about) 1 [ 2 { 3 "clusterName": "primary-1", 4 "podSubnet": "10.10.0.0/16", 5 "svcSubnet": "10.255.10.0/24", 6 "network": "network-1" 7 }, 8 { 9 "clusterName": "remote", 10 "podSubnet": "10.20.0.0/16", 11 "svcSubnet": "10.255.20.0/24", 12 "network": "network-1", 13 "controlPlaneClusterName": "primary" 14 }, 15 { 16 "clusterName": "primary-2", 17 "podSubnet": "10.30.0.0/16", 18 "svcSubnet": "10.255.30.0/24", 19 "network": "network-1" 20 }, 21 { 22 "clusterName": "cross-network-primary", 23 "podSubnet": "10.40.0.0/16", 24 "svcSubnet": "10.255.40.0/24", 25 "network": "network-2" 26 }, 27 { 28 "clusterName": "cross-network-remote", 29 "podSubnet": "10.50.0.0/16", 30 "svcSubnet": "10.255.50.0/24", 31 "network": "network-2", 32 "controlPlaneClusterName": "primary" 33 } 34 ]