cloudnativelabs / kube-router

Kube-router, a turnkey solution for Kubernetes networking.
https://kube-router.io
Apache License 2.0
2.33k stars 470 forks source link

Is there support for ppc64le? #328

Closed ivankennethwang closed 4 years ago

ivankennethwang commented 6 years ago

I can't seem to run it on ppc64le.

murali-reddy commented 6 years ago

@ivankennethwang No it's no supported yet. Recently support for arm was added in this commit

https://github.com/cloudnativelabs/kube-router/commit/c7ce39836788d66b634b3c7c4f4c935468394bad

Perhaps something can be added in similar lines.

paulbsch commented 4 years ago

kube-router builds seem to work just fine for ppc64le. We are running an environment mixed with amd64 and ppc64le machines. Including ppc64le builds in the official multi-arch builds would be helpful. Here is a pull request to enable that:

https://github.com/cloudnativelabs/kube-router/pull/847

paulbsch commented 4 years ago

I was able to build and push multiarch amd64 and ppc64le images here: https://hub.docker.com/r/nimbix/kube-router/tags

murali-reddy commented 4 years ago

Fixed by https://github.com/cloudnativelabs/kube-router/pull/847