Skip to content
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

implement an alternative installer that's less opinionated #3

Closed
djeremiah opened this issue Nov 30, 2023 · 4 comments
Closed

implement an alternative installer that's less opinionated #3

djeremiah opened this issue Nov 30, 2023 · 4 comments
Assignees

Comments

@djeremiah
Copy link
Contributor

local-install.sh served its purpose for KubeCon. Now we need an installer that can target more flexible environments.

@ManuInNZ
Copy link

ManuInNZ commented Jan 6, 2024

Not sure if I read that right but the Configuration build package is also very linux_amd64

curl -Lo /usr/local/bin/crossplane "https://releases.crossplane.io/stable/${{ env.CROSSPLANE_VERSION }}/bin/linux_amd64/crank" \

If I am not mistaken, this is to package the crossplane CLI, and it assumes it will run on linux_amd64.

@ManuInNZ
Copy link

ManuInNZ commented Jan 6, 2024

Not sure if I read that right but the Configuration build package is also very linux_amd64

curl -Lo /usr/local/bin/crossplane "https://releases.crossplane.io/stable/${{ env.CROSSPLANE_VERSION }}/bin/linux_amd64/crank" \

If I am not mistaken, this is to package the crossplane CLI, and it assumes it will run on linux_amd64.

that said I am very new to the configuration package in crossplane.

@kurktchiev
Copy link
Contributor

The new installation methodology, along with a DevContainer, has been merged @ManuInNZ. Please give it a spin.

@ManuInNZ
Copy link

will do this weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants