istio.io/istio@v0.0.0-20240520182934-d79c90f27776/prow/config/topology/external-istiod.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": "external",
    14      "podSubnet": "10.10.0.0/16",
    15      "svcSubnet": "10.255.10.0/24",
    16      "network": "network-1",
    17      "primaryClusterName": "external",
    18      "configClusterName": "config",
    19      "meta": {
    20        "fakeVM": false
    21      }
    22    }
    23  ]