-
Notifications
You must be signed in to change notification settings - Fork 505
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
Make it easy to install the latest release of kubectl
Debian and RPM packages
#3877
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues 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. |
/sig cli /retitle Document commands to install latest release of kubectl The changes you've asked for aren't a priority for Kubernetes @Sharaf5. Can you explain the user story that this enables for you? |
I'm just telling you that if you could add an alise for latest version so one could update latest version and key programmatically or via scripts, that would be more user friendly |
/transfer kubernetes Documentation is correct; this is feature request |
/retitle Make it easy to install latest release of |
kubectl
via scripts
/sig release |
cc @kubernetes/release-managers I could imagine that we populate a Other than that I don't see many ways for a simple alias, because we require the information what the latest stable is as outlined in the workaround (first comment). |
I wouldn't prioritize this work. The people writing scripts might have to write 5 lines rather than 2, but that's an outcome I think we can bear. |
and the process but I thought making an aliese for url is easy to do there is two easy way to do that depending on your server (which I dont know) :
symbolic links / copied dirs and files / version file / db record : could be updated at the end of successful release Of course you know your servers more than me and you know what to perioritize |
kubectl
via scriptskubectl
debian package via scripts
This is actually a k/release issue, I'll transfer it there so we have a track of it. /triage accepted This can be done on the OBS side by using the aggregate function. We in fact use that quite extensively already, but Once that's done, we could have a project like However, as other folks said, this is not a priority for us at the moment. |
/retitle Make it easy to install the latest release of |
kubectl
debian package via scriptskubectl
Debian and RPM packages
isnt there a way to install latest version rather than going through the same installation process for each new version
many poeple like to be mostly up to date
this was a good workaround but it's not working now
but recently we need to delete the patch number from version ( b in semantic versioning vM.m.p-build )
cant you make an alise for
latest
version in these linksThe text was updated successfully, but these errors were encountered: