-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
QEMU: add support for binfmt emulators #16428
Conversation
|
Welcome @michelesr! |
Hi @michelesr. 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 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. |
Can one of the admins verify this patch? |
ok-to-build-image /ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/ok-to-build-iso |
Hi @michelesr, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further. |
PR needs rebase. 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. |
kvm2 driver with docker runtime
Times for minikube start: 49.6s 52.6s 51.1s 51.2s 51.2s Times for minikube ingress: 27.1s 27.1s 27.1s 27.2s 26.6s docker driver with docker runtime
Times for minikube (PR 16428) ingress: 49.5s 21.0s 20.0s 23.5s 19.5s Times for minikube start: 24.8s 24.7s 24.9s 26.0s 21.8s docker driver with containerd runtime
Times for minikube start: 22.9s 33.8s 21.2s 20.1s 21.0s Times for minikube ingress: 31.3s 31.3s 31.4s 19.3s 31.3s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: michelesr 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 |
That rebase didn't go good... |
I don't have write access to https://github.com/michelesr/minikube/tree/master so I can't push his commit back onto his repo
Yet I was somehow able to blow away his commit without write access? |
@spowelljr not sure, but there's a setting that allows edits from maintainers and I suspect it might have been enabled before the PR was closed (it shows as disabled now but maybe it changed automatically after PR closure) |
This change is merged via #16712 |
Adds the missing kernel compilation flag
CONFIG_BINFMT_MISC=y
that is required by the Docker runtime to run images with emulated CPU architecture. See https://docs.docker.com/build/building/multi-platform for more information.