-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Request: Support for ppc64/ppc64le for base image #1444
Comments
We've started experimenting with multi-arch support for the base image. Currently that includes arm64 as the most requested architecture. I'm not thrilled with it so far as it's really slow to build by comparison and this is hurting iteration time on what is still something of an alpha project. Users on PowerPC / ARM can always build the base image themselves, that one is actually just a normal docker image build anyhow.
We don't have access to travis-ci currently. The Kubernetes organization uses Prow. https://github.com/kubernetes/test-infra/tree/master/prow |
The base image and all of it's dependencies should build fine on PowerPC as far as I know. |
@BenTheElder Thanks for sharing the insight. The OpenPOWER community is growing and I could see many DevOps/SysAdmins/Developers are embracing it. If there is anything I could help to get ppc64le better supported, please let me know. I know integricloud.com has been very supportive to OSS, they might be able to help the project with host to build the image. |
I'm lacking a reason why kind is the place to invest in this. IMO if someone wants better kubernetes support on power hardware they should come supply real upstream CI to Kubernretes with real clusters (e.g. actually using kubeadm), KIND is meant for use in our own CI (amd64) and developer workstations... Lacking any progress on that, this seems like an unnecessary distraction for the kind project. cc @mkumatag |
If this support is to get better kubernetes support on power, that should be done upstream ideally with bare metal or "cloud" and I'd ask someone else to do this work, not us. If this support is about development, I'd still suggest using something else, kind is for local clusters, not for hosting remote clusters. AIUI the majority of power hardware out there is big metal, not workstations, and I'm certainly not aware of any kubernetes developers on power hardware, it's all amd64.. |
This is a good question for IBM. From my knowledge, there are k8s on POWER platform by IBM but they aren't popular outside the circle. I believe IBM/RedHat would extend the support for OpenPOWER in the the near future.
Atm, I am hosting a local cluster using QEMU/KVM after failing to get Lastly, I do not want to cause any distraction for the project, however if the project decides to support ppc64le, I am more than happy to help. |
[revisiting in the next milestone] |
This was actually fixed already, I just missed closing it. Right now you can build a node image yourself for ppc64 using |
I would like to ask if there is any plan to build base image for ppc64 / ppc64le architecture.
NOTE: Travis CI does offer ppc64 build
The text was updated successfully, but these errors were encountered: