multicluster.json 576 B

123456789101112131415161718192021222324252627
  1. [
  2. {
  3. "kind": "Kubernetes",
  4. "clusterName": "primary",
  5. "podSubnet": "10.10.0.0/16",
  6. "svcSubnet": "10.255.10.0/24",
  7. "network": "network-1"
  8. },
  9. {
  10. "kind": "Kubernetes",
  11. "clusterName": "remote",
  12. "podSubnet": "10.20.0.0/16",
  13. "svcSubnet": "10.255.20.0/24",
  14. "network": "network-1",
  15. "primaryClusterName": "primary",
  16. "meta": {
  17. "fakeVM": false
  18. }
  19. },
  20. {
  21. "kind": "Kubernetes",
  22. "clusterName": "cross-network-primary",
  23. "podSubnet": "10.30.0.0/16",
  24. "svcSubnet": "10.255.30.0/24",
  25. "network": "network-2"
  26. }
  27. ]