-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Update download_hash.sh script #10120
Update download_hash.sh script #10120
Conversation
3f82440
to
ecfec39
Compare
for arch in arm64 amd64 ppc64le; do | ||
echo " $arch:" | tee --append "$checksums_file" | ||
for version in "${@:2}"; do | ||
echo " ${version#v}: $(_get_checksum "$binary" "$version" "$arch")" | tee --append "$checksums_file" |
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.
HI @electrocucaracha
It makes kubespray can not install in offline environments.
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.
The purpose of this script is to facilitate the maintenance tasks, that means it's going to be used once in a while to collect checksums and submit PR with the latest values. This is not pretend to be used during execution
ecfec39
to
cf84eb0
Compare
cf84eb0
to
8302a97
Compare
Thanks! :D |
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.
@electrocucaracha Thank you
let's merge this
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: electrocucaracha, floryut 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 type of PR is this?
/kind bug
What this PR does / why we need it:
This change updates the URL used to download the Kubernetes binaries as well as creates a function to manage the collection of CRI-O hashes
Which issue(s) this PR fixes:
NA
Special notes for your reviewer:
Does this PR introduce a user-facing change?: