Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
phinaldoo
force-pushed
the
agent/restore-kubernetes-support
branch
from
September 12, 2026 09:36
8e6070d to
0c336e4
Compare
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.
What this preserves
Why this PR exists
Kubernetes support is not part of the current release. This draft preserves the complete implementation as an optional future reintroduction point instead of leaving it only in repository history.
Do not merge this PR for the current release. If Kubernetes support is reconsidered later, this branch provides a reviewable starting point that can be rebased, updated, and validated against the then-current architecture.
Impact if merged later
Merging would reintroduce the Helm/Kubernetes maintenance surface, including chart releases, CI/release validation, ingress, persistence, migrations, autoscaling, secrets, and operational documentation. Launcher, Server CLI, and Docker Compose remain the currently supported deployment paths while this PR stays unmerged.
Port validation
git diff --checkpassed.helm lintwas not run.