docs(ep-v2): KOTS/kURL download assets no longer require air gap - #4557
Open
seanoseanohay wants to merge 7 commits into
Open
seanoseanohay wants to merge 7 commits into
seanoseanohay wants to merge 7 commits into
Conversation
KotsDownloadAssets and KurlDownloadAssets render CLI downloads when the install method is entitled. Air gap artifacts stay air-gap-only. Default KOTS page still wraps downloads in WhenNetwork airgap. SC-139144
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
added 5 commits
September 21, 2026 17:17
Clarify that the default KOTS air gap wrap and kURL page are unchanged. Placing download assets outside WhenNetwork is an optional vendor edit.
Online CLIs belong on a second KotsDownloadAssets mount with cliOnly. Do not move the air-gap tag out of WhenNetwork.
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.
Link to Shortcut story:
https://app.shortcut.com/replicated/story/139144
Related:
What this PR does:
Documents the post-#10547 component contract: CLIs render when the install method is entitled; air-gap installer artifacts stay air-gap-only.
Does not tell vendors to unwrap `` from `` (unsafe for dual-entitled + online). Default online uses a second mount with `cliOnly={true}`.
Checklist:
Does this PR introduce a user-facing change?
New features:
```release-notes-features
```
Bug fixes:
```release-notes-fixes
```
Improvements:
```release-notes-improvements
Vendor docs: Enterprise Portal v2 KotsDownloadAssets documents CLI downloads without air gap, and cliOnly for online pages. Do not unwrap the air-gap download tag.
```