ClusterMesh scale: Phase 3 +4 — scale tiers + parallel CL2 fan-out + add all scenarios#1168
Draft
skosuri1 wants to merge 127 commits into
Draft
ClusterMesh scale: Phase 3 +4 — scale tiers + parallel CL2 fan-out + add all scenarios#1168skosuri1 wants to merge 127 commits into
skosuri1 wants to merge 127 commits into
Conversation
…tep, restore Endpoints (ip/v1)
…llback metric per scope
…oncurrent creates)
…idn't fix root cause); fix n5 condition syntax
…n10 in dev for n20 iteration
…N=20 mesh convergence
…s_v3 (DSv3 quota fits 1600 vCPU at n20)
… referenced it but variables.tf didn't declare)
…me _FakePopen attrs)
…flip prod skip_publish to false
…cross all clusters
…ments, harness knobs
…0 for smoke first
added 30 commits
May 19, 2026 20:27
…n->30min for N>=50 concurrent creates
….0/8, 200 subnets, 100 AKS at 10xD4_v3) + condition:false dev-pipeline stage
…gation on all 100 pod subnets (forgot in initial gen; matches commit 0c0677e for peered tfvars)
… that can exceed az CLI default timeout
… 4800 need; n=2 shared smoke 67747 green)
…n_apply_failure (skip if profile already exists)
…l fast on concat-name collisions at N=100
…_SECONDS) so a stuck CL2 doesn't block all 100 workers; +2 tests
…2 wall-clock) for the watchdog
…red-VNet 100 concurrent creates hit Azure per-VNet subnet PUT serialization; build 67774 evidence)
…eededState; aks_wait_succeeded fail-fast on terminal Failed (build 67775 evidence: 17% fail rate at parallelism=8)
…8 evidence: VirtualNetworkNotInSucceededState leaves cluster half-created; AlreadyExists on retry blocks recovery)
… 'already exists' match (build 67798: 99/100 clusters succeeded, only mesh-72 blocked by terraform-retry hitting AlreadyExists with CamelCase-only regex)
…ure IMDS) for cl2_max_concurrent tuning
…L2 plumbing + n2 4-cell smoke stage (condition:false)
… stages + single-scenario soft-fail in execute.yml
…ing + test_type_suffix mechanism for Kusto cell discrimination in share-infra mode
…67959, Global Services scales 0/4/12/20 across g0/g20/g60/g100)
…_group_name + nic_public_ip_associations + nsr_rules) to azure-20-shared + azure-50-shared (build 67967 failed apply on var.network_config_list validation)
… sweep (67968 data landed)
…ile list-members + AKS state dump during wait-for-apiserver)
…=10 default is more aggressive than what broke N=100 at p=8)
…preserved from 68035
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on top of #1157 (
skosuri/clustermesh-scale). Do not merge until #1157 is merged; review/merge order matters.This PR continues the ClusterMesh scale-test scenario with Phase 3 work — moving from harness validation (2 small clusters) to real scale measurement across cluster-count tiers.
Phase 3 Deliverables
azure-5.tfvars,azure-10.tfvars,azure-20.tfvarsand corresponding pipeline matrix entries. Each tier: validate quota, validate peering count (N·(N-1) at separate-VNet mode — 380 at N=20), tune CL2 timeouts, document breaking points.utils.run_cl2_command(currently synchronous,modules/python/clusterloader2/utils.py:66-72) and confirming the AzDO agent has CPU/RAM headroom for N concurrent CL2 + Prometheus.Out of Scope (deferred to later phases / pre-merge of #1157)