-
Notifications
You must be signed in to change notification settings - Fork 580
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
Releases contain identical binary with 2 different names #5056
Comments
This issue is currently awaiting triage. If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the 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-sigs/prow repository. |
/area ux |
continuing the slack discussion here, I think in the long term only publishing one binary is the way to go. For now, we can create a issue with clear title about the migration (that we are switching the binary names from clusterawsadm => clusterctl-aws) and pin it for few weeks and then update |
For brew, whomever takes on this task will need to follow https://docs.brew.sh/Rename-A-Formula, so moving https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/clusterawsadm.rb to a |
During the Aug 05 2024 community meeting, we decided to use the I'll also take an action item to treat this as an API deprecation and look up the Kube policy for length on this (I think 3 minor releases or 9 months, whichever is longer, but not sure). Also, the CLI should detect the |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
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-sigs/prow repository. |
/kind bug
What steps did you take and what happened:
Starting with v2.4.2, we built binaries with the
.goreleaser.yaml
settings. This includes bothclusterctl-aws
andclusterawsadm
, which are the same binary, just different names.The clusterctl plugin docs state:
Under our current naming scheme, the user will have to rename the binary to use it since we include the OS and platform in the filename.
However, all of our documentation and the Cluster API book rely on the
clusterawsadm
name, and this has broken in the past.What did you expect to happen:
The client-side executable is built and included in a release only once. We need to come to consensus on what the name should be.
Anything else you would like to add:
Also of note, we provide instructions to
brew install clusterawsadm
.There was a Slack discussion about this topic that I've tried to summarize in this issue.
The text was updated successfully, but these errors were encountered: