Feature: Add air-gap utilities#16
Open
vmly wants to merge 6 commits into
Open
Conversation
Copies scripts from fast-coe for bundling/seeding Helm chart images into Harbor and downloading ML bundle artifacts from GCS, with docs covering the full install workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- installing-helm-charts.md: remove SambaStack-specific commands in favor of generic placeholders; support both OCI and HTTPS helm repos and both gcloud and username/password auth - README: retitle as "Air-Gap Utilities", surface guides before scripts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Covers all steps from chart pull through helm install, including variables, inventory generation, bundling, seeding, values file, and namespace/secret setup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Layer the chart's own values-airgap.yaml with a small overrides.yaml containing only environment-specific fields (registry, ingress hosts/TLS). Avoids duplicating release-specific values that change per version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
XanderEndre
reviewed
Jun 25, 2026
- Add Air-Gap Utilities row to the Available Tools table in README.md - Replace internal GCR path with <REGISTRY_HOSTNAME>/<REGISTRY_URL> placeholders matching official SambaNova docs convention Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
airgap/directory with scripts for operating in air-gapped environments, copied from internal repoChanges
airgap/generate_inventory.sh— render a Helm chart and extract all container image refs into an inventory YAMLairgap/bundle_images.sh— pull images from the inventory and pack into a.tar.zstarchiveairgap/seed_images.sh— push a bundled archive into Harborairgap/download_bundle_artifacts_v2.sh— download SambaStack ML bundle artifacts (PEFs + checkpoints) from GCSairgap/download_bundle_artifacts.sh— v1 artifact downloader (legacy)airgap/install_tools.sh— install required CLI tools on the staging serverairgap/README.md— index of scripts and guidesairgap/docs/installing-helm-charts.md— generic guide (inventory → bundle → seed → install) with SambaStack appendixairgap/docs/downloading-artifacts.md— guide for downloading ML bundle artifacts