-
Notifications
You must be signed in to change notification settings - Fork 604
🐛 Updating verify kubectl version script #4720
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
Conversation
Hi @prometherion. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
/ok-to-test |
Thanks for this @prometherion. I had just done the same, but you beat me to it :) What do you think to bringing the script more in line with the upstream CAPI version? Which will also require a small change to utils.sh (i.e. add the verify_gopath_bin function). |
d5e5dff
to
6dcd343
Compare
Thanks, @richardcase, I just aligned the files as you suggested. |
I think after rebasing because of #4710 this will go green |
6dcd343
to
3060a0a
Compare
Correct, thanks @richardcase! |
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
3060a0a
to
7df4168
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ankitasw 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:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #4719
Special notes for your reviewer:
This PR is a pre-requisite to fix the blocked CI of #4710.
Essentially, the
--short
flag has been deprecated and removed from v1.29.To keep backward compatibility, although the infra image has already
kubectl
baked in, the--output=yaml
flag is used as a replacement.Checklist:
Release note: