Sveltos bulk operations, the per-cluster matrix

The change-it-once claim: one reviewed edit raises backgroundController.replicas from 2 to 3 and fans out to every environment record in one pass, each record still enforcing its own approval gate. The chapter closes with a zero-drift audit: a set-aware query across the Spaces must find no armed gates, no record may have changed out of band, and drift injected on every cluster must be repaired. The observed columns come from the committed live receipt in runs/sveltos-bulk-ops-proof/receipt.yaml.

baseline revisionchanged revisionobserved live
Baseline, before the fan-out
ClusterEnvironmentExpected revisionBackground replicasDrift checkObserved
hx-sveltos-env-pilotpilotr1-e199257804ae2nonekyverno-3.8.2 with 2 background replicas, drift none
hx-sveltos-env-stagingstagingr1-fb24308c6fab2nonekyverno-3.8.2 with 2 background replicas, drift none
hx-sveltos-env-prod-aprodr1-703f3399eaf72nonekyverno-3.8.2 with 2 background replicas, drift none
hx-sveltos-env-prod-bprodr1-703f3399eaf72nonekyverno-3.8.2 with 2 background replicas, drift none
After the fan-out, one pass over every record
ClusterEnvironmentExpected revisionBackground replicasDrift checkObserved
hx-sveltos-env-pilotpilotr2-d6c85e486a843nonekyverno-3.8.2 with 3 background replicas, drift none
hx-sveltos-env-stagingstagingr2-aeb22cf0c2eb3nonekyverno-3.8.2 with 3 background replicas, drift none
hx-sveltos-env-prod-aprodr2-246a9ab834a53nonekyverno-3.8.2 with 3 background replicas, drift none
hx-sveltos-env-prod-bprodr2-246a9ab834a53nonekyverno-3.8.2 with 3 background replicas, drift none
Zero-drift audit; injected drift repaired on every cluster
ClusterEnvironmentExpected revisionBackground replicasDrift checkObserved
hx-sveltos-env-pilotpilotr2-d6c85e486a843injected-and-restoredkyverno-3.8.2 with 3 background replicas, drift injected-and-restored
hx-sveltos-env-stagingstagingr2-aeb22cf0c2eb3injected-and-restoredkyverno-3.8.2 with 3 background replicas, drift injected-and-restored
hx-sveltos-env-prod-aprodr2-246a9ab834a53injected-and-restoredkyverno-3.8.2 with 3 background replicas, drift injected-and-restored
hx-sveltos-env-prod-bprodr2-246a9ab834a53injected-and-restoredkyverno-3.8.2 with 3 background replicas, drift injected-and-restored

Sources: the three environment profiles and the bulk change candidate live in examples/sveltos/bulk-ops/; the shared fleet design lives in examples/sveltos/env-rollout/. The matrix is generated by scripts/generate-sveltos-bulk-ops.mjs.