feat(kubernetes): adopt shared supervisor boundary mode - #3144
Open
drew wants to merge 1 commit into
Open
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 3, 2026 01:45
4ee9a55 to
9083078
Compare
7 tasks
drew
changed the base branch from
codex/1737-rfc12-supervisor-primitives
to
codex/docker-host-supervisor
September 3, 2026 01:46
drew
marked this pull request as ready for review
September 3, 2026 01:46
drew
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 01:46
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.
Summary
Rework the review-only Kubernetes proxy-pod adapter to provision the same shared
openshell-sandbox --mode=control/--mode=boundaryprotocol used by VM and Docker. The proxy pod hosts control; the workload pod hosts the boundary beside the agent.This is PR 6 of 6. Its incremental code diff is confined to
crates/openshell-driver-kubernetes.Stack: #2941 → #2942 → #3151 → #2945 → #2965 → this PR.
Related Issue
Part of #1737. Informed by the proxy-pod implementation in #2885. The issue does not currently carry
state:acceptedor roadmap placement; this implementation proceeds under direct maintainer instruction without changing those labels.Changes
Kubernetes resource rendering and active driver registration remain follow-up work. This PR remains review-only and does not expose a selectable topology.
Testing
mise run pre-commiton the complete stackcargo test -p openshell-driver-kubernetes— 231 passedcargo clippy -p openshell-driver-kubernetes --all-targets -- -D warningsChecklist