-
Notifications
You must be signed in to change notification settings - Fork 42.1k
Add openssh-client back into the debian-hyperkube-base image #54250
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
Add openssh-client back into the debian-hyperkube-base image #54250
Conversation
|
@ixdy: Adding do-not-merge/release-note-label-needed because the release note process has not been followed. DetailsOne of the following labels is required "release-note", "release-note-action-required", or "release-note-none". 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. |
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.
I sorted this list.
|
/release-note |
|
@ixdy: the DetailsIn 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/test-infra repository. |
|
#51250 makes the fix for v1.8 a bit more challenging; it should have bumped the the alternative is that I hack a build of |
tallclair
left a comment
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, once updated.
build/root/WORKSPACE
Outdated
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.
Will you update this when you push the image? Or is the manual sha no longer needed?
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.
yes, I left this here to intentionally break the build, but will fill in once pushed.
cluster/images/hyperkube/Makefile
Outdated
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.
FYI - will conflict with #52744
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.
yeah, I already reached out to @rphillips to sequence
|
better solution, I guess: I will build |
|
The s390x and ppc64le CNI plugins tarballs are missing, so I can't build the new debian-hyperkube-base images yet. |
|
@ixdy do not understand what would help getting the cni plugins tarballs. Is there another PR we are dependent on? |
2349bf7 to
aa82253
Compare
|
still not pushed; waiting on #54272 to bump tag for the CNI version bump. |
|
#54272 was merged |
aa82253 to
e7084dc
Compare
e7084dc to
9658820
Compare
|
PR rebased and images pushed. |
|
@mikedanese @roberthbailey @eparis can one of you approve? |
9658820 to
71624d8
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ixdy, roberthbailey Associated issue: 48365 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test all |
|
Automatic merge from submit-queue (batch tested with PRs 54635, 54250, 54657, 54696, 54700). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it: adds
openssh-clientback into thedebian-hyperkube-baseimage. This was removed in #48365, but is apparently needed by the gitRepo volume plugin.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #54129Special notes for your reviewer:
I haven't yet pushed this image, so builds will fail. If this looks good, I'll push and re-trigger tests.
Release note:
/assign @luxas @tallclair