-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
contributors/devel/sig-release: use dl.k8s.io where possible #5893
Conversation
Update the kubernetes-versions guide to avoid referencing `gsutil` and URI's that have GCS bucket names hardcoded in them where possible. We don't have a CLI accessible way to list the contents of a given build through dl.k8s.io, so it was necessary to keep it there. Anything else that uses http or https to download kubernetes artifacts should always use dl.k8s.io. It greatly reduces the amount of code that will need to change whenever a different location is used (GCS bucket rename, some other backing store, etc.)
/lgtm |
/hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, spiffxp 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 |
/hold cancel |
Update the kubernetes-versions guide to avoid referencing
gsutil
andURI's that have GCS bucket names hardcoded in them where possible.
We don't have a CLI accessible way to list the contents of a given build
through dl.k8s.io, so it was necessary to keep it there.
Anything else that uses http or https to download kubernetes artifacts
should always use dl.k8s.io. It greatly reduces the amount of code that
will need to change whenever a different location is used (GCS bucket
rename, some other backing store, etc.)
There are a few other
kubernetes-release
references in this repo thatcould be changed, but they're all historical or blockaded, so the
version markers doc was the only file that needed changes
This is part of kubernetes/k8s.io#2318