-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Ensure base image includes the modprobe binary #53642
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
@edevil: Adding do-not-merge/release-note-label-needed because the release note process has not been followed. One 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. |
Hi @edevil. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
/assign @jbeda |
/ok-to-test |
/release-note-none |
Sure looks like it to me. @jpbetz |
@kubernetes/sig-node-pr-reviews |
Removing label |
cc @ixdy @rphillips |
I updated #52744 to also include kmod. |
/lgtm |
Please also update kubernetes/build/root/WORKSPACE Lines 65 to 71 in a69e6fb
I just pushed |
@ixdy Done. |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
@edevil did you use the wrong email address on that last commit? the CLA bot doesn't seem to like it. |
@ixdy Hum, I don't think so. Both commits have the same e-mail, and it is associated with my GH account. In fact the bot removed but then added back the "cncf-cla:yes" label. |
Tests are failing with:
Looks like there's a merge conflict? Odd cause the bot doesn't indicate that this PR needs rebasing. |
might be with the |
debian-hyperkube-base-amd64
I've rebased the branch, but found no conflicts. |
/test pull-kubernetes-e2e-gce-bazel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, edevil, ixdy Associated issue: 53396 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test pull-kubernetes-unit |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
Includes the kmod package so that "modprobe" is available for kubelet and kube-proxy.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #53396