milvus/build/config/topology/multicluster.json
quicksilver 27af87e4d8
Used for local development or CI in Kubernetes in Docker (#5061)
* Used for local development or CI in Kubernetes in Docker
2021-04-27 19:27:50 +08:00

28 lines
576 B
JSON

[
{
"kind": "Kubernetes",
"clusterName": "primary",
"podSubnet": "10.10.0.0/16",
"svcSubnet": "10.255.10.0/24",
"network": "network-1"
},
{
"kind": "Kubernetes",
"clusterName": "remote",
"podSubnet": "10.20.0.0/16",
"svcSubnet": "10.255.20.0/24",
"network": "network-1",
"primaryClusterName": "primary",
"meta": {
"fakeVM": false
}
},
{
"kind": "Kubernetes",
"clusterName": "cross-network-primary",
"podSubnet": "10.30.0.0/16",
"svcSubnet": "10.255.30.0/24",
"network": "network-2"
}
]