docs: Add a note about installing the compressed file for the CLI#929
Draft
tampakrap wants to merge 1 commit intocrossplane:masterfrom
Draft
docs: Add a note about installing the compressed file for the CLI#929tampakrap wants to merge 1 commit intocrossplane:masterfrom
tampakrap wants to merge 1 commit intocrossplane:masterfrom
Conversation
Since v1.18.0 there are compressed files available under the `bundle/` directory in releases.crossplane.io. This commit adds the functionality of downloading the compressed file and unpacking it, instead of downloading the binary, which would save some bandwidth. This commit documents this functionality. Related PR: crossplane/crossplane#6436 Signed-off-by: Theo Chatzimichos <tampakrap@gmail.com>
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
tampakrap
added a commit
to tampakrap/crossplane
that referenced
this pull request
May 7, 2025
Since v1.18.0 there are compressed files available under the `bundle/` directory in releases.crossplane.io. This commit adds the functionality of downloading the compressed file and unpacking it, instead of downloading the binary, which would save some bandwidth. In order to download/unpack a compressed file, a new env var needs to be passed COMPRESSED=True (or true), for example: `COMPRESSED=True XP_VERSION="v1.18.0" ./install.sh` Related PR: crossplane/docs#929 Signed-off-by: Theo Chatzimichos <tampakrap@gmail.com>
7 tasks
Member
|
@tampakrap lets have this as draft until crossplane/crossplane#6436 is merged |
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.

Since v1.18.0 there are compressed files available under the
bundle/directory in releases.crossplane.io. This commit adds the functionality of downloading the compressed file and unpacking it, instead of downloading the binary, which would save some bandwidth.This commit documents this functionality.
Related PR: crossplane/crossplane#6436