docs(helm): document supervisor.sideloadMethod and sandboxNamespace default#1309
Merged
Merged
Conversation
…efault Add supervisor.sideloadMethod to the Kubernetes setup chart values table and the compute drivers reference table. The value was added in the ImageVolumeSource sideload PR and controls whether the supervisor binary is delivered via an OCI image volume mount or an init container, with auto-detection based on cluster version when left empty. Update the server.sandboxNamespace description in both pages to reflect that the Helm chart now derives it from the release namespace by default when the value is left empty.
TaylorMutch
approved these changes
May 11, 2026
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
supervisor.sideloadMethodto the Kubernetes setup chart values table and the compute drivers reference table. The value controls how the supervisor binary is delivered into sandbox pods:image-volumemounts the supervisor OCI image directly (Kubernetes 1.33+ with ImageVolume feature gate; GA in 1.36),init-containercopies via an init container and works on all versions. Leaving it empty enables auto-detection based on cluster version.server.sandboxNamespacedescription in both pages to reflect that the Helm chart now derives the namespace from the release namespace by default when the value is left empty.Related Issue
Follows the ImageVolumeSource sideload PR and the sandboxNamespace default PR.
Changes
docs/kubernetes/setup.mdx: addsupervisor.sideloadMethodrow to the Configure Chart Values table; updateserver.sandboxNamespacedescriptiondocs/reference/sandbox-compute-drivers.mdx: addsupervisor.sideloadMethodrow to the Kubernetes driver table; updateserver.sandboxNamespacedescriptionTesting
mise run pre-commitpassesChecklist