-
Notifications
You must be signed in to change notification settings - Fork 117
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
Replacing complicated latest version commands with simple curl #919
Conversation
Signed-off-by: cwilkers <cwilkers@redhat.com>
Hi @fabiand @dhiller @dankenigsberg @0xFelix @aburdenthehand , I just added you as reviewers because I think this is a deceptively important Intro to KubeVirt kind of issue. Our tooling seems to support a very concise and easy way to determine the latest version of KubeVirt that solves a number of problems, some of which have been raised in recent issues. I'm hoping to answer one big questions by inviting so many busy (but highly involved) people as reviewer:
Advantages:
Thank you all for your time! |
Few notes.
|
I agree, we should make this commandline a bit friendlier. :) And since we are currently using the GitHub API, may I throw in the following?
If we don't want to rely on Prow this looks to be the easiest solution to me. |
That stable.txt file is updated as part of the release process so I think it is ok to rely on this. The release will not be created successfully if this file is not updated. |
/lgtm From Brian's comment this source seems sufficiently reliable, and the simplicity is attractive. |
What @brianmcarey said. Also we are advertising this URL in the installation section of our user-guide: https://kubevirt.io/user-guide/operations/installation/#installing-kubevirt-on-kubernetes So it will not go away and should be as reliable as google cloud storage is.... Besides that, if GCS is not working, prow will not be working. |
I'd vote to keep the GCS curl. Looks to be the most compatible, easy to understand and robust solution. /lgtm |
I think there's a consensus here, I'll go ahead and ... |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cwilkers The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Replace complicated multi-command pipeline to get latest stable version string with an easy curl in our quickstart documentation.
Does this PR fix any issue? (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #891
Special notes for your reviewer: