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

Fix download instructions for clusterawsadm in the quick start #9795

Closed
vigneshp826 opened this issue Dec 2, 2023 · 5 comments · Fixed by #10170
Closed

Fix download instructions for clusterawsadm in the quick start #9795

vigneshp826 opened this issue Dec 2, 2023 · 5 comments · Fixed by #10170
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@vigneshp826
Copy link

vigneshp826 commented Dec 2, 2023

What steps did you take and what happened?

curl.exe -L https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/download/v2.3.0/clusterawsadm-windows-amd64 -o clusterawsadm.exe

I tried above command in windows to install clusterawsadm & clusterctrl cli's which failed in proper software installation.

PS C:\Program Files (x86)> clusterawsadm Program 'clusterawsadm.exe' failed to run: The specified executable is not a valid application for this OS platform.At line:1 char:1

What did you expect to happen?

PS C:\Program Files (x86)> clusterawsadm clusterawsadm provides helpers for bootstrapping Kubernetes Cluster

I tweaked the installation command to curl.exe -L https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/download/v2.3.0/clusterawsadm-windows-amd64.exe -o clusterawsadm.exe and it worked

Cluster API version

v1beta1

Kubernetes version

1.21

Anything else you would like to add?

No response

Label(s) to be applied

/kind bug
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Dec 2, 2023
@sbueringer
Copy link
Member

@vigneshp826 Sorry what is the difference? As far as I can tell "curl.exe -L https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/download/v2.3.0/clusterawsadm-windows-amd64 -o clusterawsadm.exe" is the same in both cases

@vigneshp826
Copy link
Author

@sbueringer Sorry. Now edited my original comment. .exe seems to be missing from the download URL which gives trouble.

@sbueringer
Copy link
Member

@vigneshp826 Ah yup makes sense. Agree your variant is the correct fix. Also looks like (on the latest book) we also link to the CAPI and not CAPA repo: https://cluster-api.sigs.k8s.io/user/quick-start

Do you want to open a PR to fix it?

@fabriziopandini fabriziopandini changed the title Document correction Fix download instructions for clusterawsadm in the quick start Jan 18, 2024
@fabriziopandini
Copy link
Member

/assign @vigneshp826

@fabriziopandini
Copy link
Member

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
4 participants