feat(kubernetes): adopt shared supervisor boundary mode - #3144
Open
drew wants to merge 2 commits 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. |
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 3, 2026 01:45
4ee9a55 to
9083078
Compare
8 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
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 3, 2026 14:34
e5d257d to
db1070b
Compare
|
🌿 Preview your docs: https://nvidia-preview-pr-3144.docs.buildwithfern.com/openshell |
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 3, 2026 14:47
db1070b to
f17a633
Compare
|
Label |
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 16:08
f17a633 to
2fc442b
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
2 times, most recently
from
September 5, 2026 16:23
28f965f to
d39252f
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 16:28
d39252f to
f0fade9
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
2 times, most recently
from
September 5, 2026 16:44
6579302 to
44dab3a
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 16:49
44dab3a to
535f3dd
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 16:55
535f3dd to
c5a3a79
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 17:07
c5a3a79 to
08b79da
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
2 times, most recently
from
September 5, 2026 17:22
474fb66 to
ac8d64f
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
2 times, most recently
from
September 5, 2026 18:00
a163b3f to
087fd02
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
2 times, most recently
from
September 5, 2026 18:22
762e787 to
643dfd8
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 18:41
0092230 to
0e5e775
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 18:45
0e5e775 to
a9448be
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 18:57
a9448be to
2fdc21d
Compare
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 19:24
2fdc21d to
e6780d6
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.
Summary
Make the Kubernetes proxy-pod topology operational using the shared
openshell-sandbox --mode=control/--mode=boundaryprotocol. A dedicated control pod holds policy, credentials, gateway connectivity, and upstream egress; the workload pod contains only the process-owning boundary beside the agent workload.This is PR 6 of 6. Its incremental runtime implementation stays in the existing Kubernetes driver, with the Helm, CI, documentation, troubleshooting-skill, and E2E task updates required to expose and operate the topology.
Stack: #2941 → #2942 → #3151 → #2945 → #2965 → this PR.
Related Issue
Part of #1737 and informed by the proxy-pod work in #2885. The issue does not currently carry
state:acceptedor roadmap placement; this implementation proceeds under direct maintainer instruction without changing those labels.Changes
Testing
mise run pre-commitcargo test -p openshell-driver-kubernetescargo clippy -p openshell-driver-kubernetes --all-targets -- -D warningsmise run e2e:kubernetes— 106 passed, 1 known ignoredmise run e2e:kubernetes:proxy-pod— 106 passed, 1 known ignoredChecklist
crates/openshell-driver-kubernetes