Skip to content

docs: Add a note about installing the compressed file for the CLI #929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tampakrap
Copy link

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

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>
Copy link

netlify bot commented May 7, 2025

Deploy Preview for crossplane ready!

Name Link
🔨 Latest commit 2760a58
🔍 Latest deploy log https://app.netlify.com/sites/crossplane/deploys/681b8e4d096e8600082d0357
😎 Deploy Preview https://deploy-preview-929--crossplane.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 87 (🟢 up 5 from production)
Accessibility: 90 (🔴 down 2 from production)
Best Practices: 83 (no change from production)
SEO: 100 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant