docs(arch): update Kubernetes supervisor delivery to reflect init-container pattern#1215
Open
mesutoezdil wants to merge 1 commit intoNVIDIA:mainfrom
Open
Conversation
…tainer pattern PR NVIDIA#1154 replaced the hostPath volume approach with an init container that copies the supervisor binary into a shared emptyDir. Two architecture docs still referenced the old hostPath pattern. Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
mrunalp
approved these changes
May 6, 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
PR #1154 replaced the Kubernetes hostPath volume approach for supervisor binary injection with an init container +
emptyDirpattern. Two architecture docs were not updated to reflect this change:architecture/build-containers.md: Kubernetes row in the supervisor delivery table described the old approach ("Sandbox pod image or Kubernetes driver pod template configuration").architecture/podman-driver.md: Compared Podman's OCI image volume mechanism against "the Kubernetes hostPath approach", which no longer applies.Related Issue
Follows #1154.
Changes
architecture/build-containers.md: Updated the Kubernetes supervisor delivery row to describe the init container +emptyDirpattern and referencesupervisor_image/supervisor_image_pull_policy.architecture/podman-driver.md: Replaced the reference to "Kubernetes hostPath approach" with "Kubernetes init-container approach".Testing
Documentation change only. No code changes.
Checklist