-
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
Add qemu-user-static to qemu specific iso images #14444
Comments
Inspired by this https://edofic.com/posts/2021-09-12-podman-m1-amd64/ I'm not sure if default docker runtime is capable of doing the same. If not, then quick start documentation should be updated. |
There are two issues here. One is that echoserver uses an ancient nginx, and should be updated (including multi-arch support) The other is to add the qemu-user binaries (for amd64 and arm64) to the iso build, for running other images cross-architecture Possibly a new package need to be created, since the existing "qemu" package is dynamically linked and might not work ? Note that it is not specific to the qemu(-system) driver |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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/test-infra repository. |
What Happened?
Quick start example https://minikube.sigs.k8s.io/docs/start/ (starting from step 4 deploy applications) fails on MacOS on M1 macs, because echoserver is amd64 only.
May be it is worth to provide this option to allow to run foreign architecture images using this new driver.
Attach the log file
Echoserver in constant crashloop because it can't start amd64 application on aarch64 OS.
Operating System
macOS (Default)
Driver
Qemu2
The text was updated successfully, but these errors were encountered: