cks: fix CNI release url returning 404#4684
Merged
yadvr merged 1 commit intoapache:4.15from Feb 23, 2021
Merged
Conversation
CNI plugin release naming has changed, https://github.com/containernetworking/plugins/releases Release are named for host OS from 0.8.0 onwards. This change adds check for 404 response code and attempts retry Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
yadvr
approved these changes
Feb 12, 2021
Contributor
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2813 |
yadvr
approved these changes
Feb 23, 2021
Member
yadvr
left a comment
There was a problem hiding this comment.
This scripts is not tested as part of build/smoketests. LGTM.
Member
|
Manual tests provided, automated tests are not necessary as the script does not run/test as part of smoketests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
CNI plugin release naming has changed, https://github.com/containernetworking/plugins/releases
Releases are named for host OS from 0.8.0 onwards.
This change adds check for 404 response code and attempts retry
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Creating ISO for k8s 1.16.3 and 1.19.7
For k8s 1.16.3 with CNI plugin 0.7.1
For k8s 1.19.7 with CNI plugin 0.8.1