feat: Phase 10 multi-cluster / GitOps - #112
Conversation
Each cluster runs an independent operator install. Fleet consistency is CI (convctl test/diff --live per kubecontext), not a shared webhook. Closes #85
Copy-pasteable shell loop and GitHub Actions matrix that run diff --live plus test --live against every kubecontext and collect per-cluster JUnit. Closes #82
Run the same pre-upgrade test against every listed cluster and emit one JUnit document with a suite per cluster. One context or one kubeconfig keeps the existing single-cluster report. Closes #83
HelmRelease / Application trees install CRDs and the default ConversionWebhookServer before XRDConversionConfig, and document why KeepServingStale is required under continuous delivery. Closes #84
|
Warning Review limit reached
Next review available in: 20 minutes Limit details: You’ve used all 3 included reviews currently available under your plan. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (31)
Comment |
Treat diff exit 1 as a review artifact unless FAIL_ON_DIFF=1, always run test --live, and wait for ConversionWebhookServer/default on the Flux operator Kustomization.
Summary
convctl diff --liveandtest --liveper kubecontext.convctl test --live --contexts/--kubeconfig-diraggregates one JUnit report (one suite per cluster); a single target keeps the existing report shape.ConversionWebhookServer→ config, withKeepServingStaleas the CDdriftPolicy.Closes #81
Closes #82
Closes #83
Closes #84
Closes #85
Test plan
go test ./internal/cli/