-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Wrong urls for clusterawsadm file for both Linux and MacOs in the quick start #10169
Comments
This issue is currently awaiting triage. CAPI contributors will take a look as soon as possible, apply one of the Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I think its getting worked on this at #9870 but seems to be stale currently. |
I was wondering if that PR is only targeting Windows environments. |
Ah I think you're right. We just identified the url is wrong also for windows there 👍 |
This has reoccurred. Quick start: curl -L https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/download/v2.5.2/clusterawsadm-linux-amd64 -o clusterawsadm |
Yeah looks like CAPA changed the name of the binary with v2.5.0. If that was an intended change the CAPI book should be updated accordingly (we should probably confirm) |
@nrb @vincepri @dlipovetsky Looking for confirmation that the new binary name was intentional, then we would update the docs in core CAPI. |
Thanks for the ping. Following up. |
This has been fixed for the affected releases. I have also made a PR to fix it going forward. |
What steps did you take and what happened?
For Linux I followed the instruction:
For MacOS:
In all cases, when I investigated the content of downloaded file, I only saw
Not Found
What did you expect to happen?
I expected to download the the actual CLI and just noticed that the URL is wrong and I needed to use the following url in all commands:
Cluster API version
v1.6 (v1beta1)
Kubernetes version
1.29
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.
The text was updated successfully, but these errors were encountered: