kubernetes-on-arm icon indicating copy to clipboard operation
kubernetes-on-arm copied to clipboard

support for Odroid C1

Open lavvy opened this issue 9 years ago • 6 comments

Hello has odroid c1 been supported. I thought it could be quite easier. It's like the hypriotos guys have added it to their supported platforms. Meanwhile thumbs up luxas, and when are we seeing the release with the new dashboard and heapster.

lavvy avatar Jan 21 '16 05:01 lavvy

I'm 2nding the anticipation of new dashboard and heapster

joshuacox avatar Jan 21 '16 06:01 joshuacox

Well even though I haven't promised support for heapster I did cross-compile it yesterday. So that's fortunate.

Feel free to install HypriotOS on your Odroid C1 and install the .deb package on it. @zimme is also working on Arch support: #46

luxas avatar Jan 21 '16 07:01 luxas

So just to clarify: I have both heapster and dashboard working on my Pi, but it will take some time before I release something, 'cause I'm preparing PRs to the main projects first

luxas avatar Jan 21 '16 07:01 luxas

is there a way to indicate which docker images are ARM? methinks this should maybe something that should be incorporated into docker itself. i.e. docker pull debian should detect that you are on ARM and pull the appropriate images. I know this is 'pie in the sky' kind of stuff, but it seems that maybe with the 'cavium' stuff coming mainstream soon this should be possible.

joshuacox avatar Jan 21 '16 08:01 joshuacox

I was thinking it would be better to release the version for some guys to be testing and reporting before it meets k8 mainstream.

lavvy avatar Jan 21 '16 11:01 lavvy

Here's an alpha version of dashboard:

mkdir -p /etc/kubernetes/source/addons/dashboard
curl -sSL https://raw.githubusercontent.com/luxas/kubernetes-on-arm/dev/addons/dashboard/dashboard-rc.yaml > /etc/kubernetes/source/addons/dashboard/dashboard-rc.yaml
curl -sSL https://raw.githubusercontent.com/luxas/kubernetes-on-arm/dev/addons/dashboard/dashboard-svc.yaml > /etc/kubernetes/source/addons/dashboard/dashboard-svc.yaml
kube-config enable-addon dashboard

luxas avatar Jan 21 '16 19:01 luxas