- "description": "(PoC API. For developers only, and do not use in production.)\nCreate multiple K8sClusters in parallel from common spec and image.\nIf namePrefix is provided, cluster names will be auto-generated as '{namePrefix}-{csp}-{number}' (e.g., 'across-aws-1', 'across-alibaba-2').\n\nIf namePrefix is not provided, each cluster must have a name specified.\n\n**Example request body:**\n` + "`" + `` + "`" + `` + "`" + `json\n{\n\"namePrefix\": \"across\",\n\"clusters\": [\n{\n\"imageId\": \"default\",\n\"specId\": \"aws+ap-northeast-2+t3a.xlarge\"\n},\n{\n\"imageId\": \"default\",\n\"specId\": \"aws+ap-northeast-3+t3.xlarge\"\n},\n{\n\"imageId\": \"ubuntu_22_04_x64_20G_alibase_20251103.vhd\",\n\"specId\": \"alibaba+ap-northeast-2+ecs.t6-c1m4.xlarge\"\n},\n{\n\"imageId\": \"https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-minimal-2204-jammy-v20251120\",\n\"specId\": \"gcp+asia-northeast3+e2-highmem-4\"\n}\n]\n}\n` + "`" + `` + "`" + `` + "`" + `",
0 commit comments