-
Notifications
You must be signed in to change notification settings - Fork 166
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
get also kubectl binary when extracting oc from image #10823
get also kubectl binary when extracting oc from image #10823
Conversation
3662bdc
to
fa11837
Compare
- kubectl binary is used by some 3rd party scripts (e.g. ACM deployment script) Signed-off-by: Daniel Horak <[email protected]>
fa11837
to
cf40bb8
Compare
Verified locally:
|
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 NOT APPROVED This pull-request has been approved by: dahorak, petr-balogh, shylesh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@dahorak please cherry-picks for all versions till 4.12 where we do use this extract oc from release image |
/cherry-pick release-4.16 |
/cherry-pick release-4.15 |
/cherry-pick release-4.14 |
/cherry-pick release-4.13 |
/cherry-pick release-4.12 |
@dahorak: new pull request created: #10824 In response to this:
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-sigs/prow repository. |
@dahorak: new pull request created: #10825 In response to this:
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-sigs/prow repository. |
@dahorak: new pull request created: #10826 In response to this:
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-sigs/prow repository. |
@dahorak: new pull request created: #10827 In response to this:
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-sigs/prow repository. |
@dahorak: new pull request created: #10828 In response to this:
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-sigs/prow repository. |
kubectl
binary is used by some 3rd party scripts (e.g. ACM deployment script)oc
binary is extracted from an image, we have to specifically extract also thekubectl
binary