-
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
Support docker driver for s390x #11993
Comments
Similar to #11658, hopefully supporting arm64 in full (beyond amd64 only) also means better support for other exotic architectures. But testing is a bit of a problem. Hopefully cross-compiling for additional architectures is enough, after testing on amd64 and arm64. |
Thanks for the explanation - does that mean adding support for non-amd64/arm64 architectures will only be done once cross-compiling is implemented? Would you know which project uploaded the |
I posted what I could find on the "echoserver" in: #11107 (comment) It now lives on as: gcr.io/kubernetes-e2e-test-images/echoserver |
I meant that minikube can only test amd64 and arm64 in CI, the other architectures will have to be cross-compiled and "as-is" Currently just doing that for the program binary itself, but possibly it could also work for the images (with upstream support etc) |
Thanks @afbjorklund. That makes sense. I'm trying to understand how the build process work to see if the s390x image can be built with the current setup before I submit a PR. Thanks. |
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 |
Hi @afbjorklund , I see that the |
I am able to build the
kicbase
image on s390x and use it to start minikube:Wondering what is required to make the
docker
driver available for s390x? I am happy to contribute code changes and help.I tried to follow the tutorial but like #11107, the
echoserver
image does not work out of the box on s390. I was able to build my ownechoserver
image to continue the tutorial. How can I contribute an image for s390x and reference it in the docs?Thanks!
The text was updated successfully, but these errors were encountered: