Lucas Käldström

Results 92 comments of Lucas Käldström

I don't know but any chance you can follow the instructions on http://kubernetes.io/docs/getting-started-guides/kubeadm/ on a plain HypriotOS v1.0.1+ install?

It should be a plain HypriotOS install, follow the instructions exactly on the kubeadm page and do not install anything from kubernetes-on-arm. Also you need to set `--use-kubernetes-version=v1.4.1` and `--pod-network-cidr=10.244.0.0/16`...

Docker on ARM is supported yes, but as you said, there's no need to install it on HypriotOS where it is by default. But you should use HypriotOS **v1.0.1** otherwise...

The problem is that the load is too high for the Pi. This has been fixed with one PR I made. I'd suggest that you upgrade your kubeadm by adding...

Which kernel version do you have? The newer, the better. Arch Linux ARM has `3.14` Use overlayfs if possible, if not, check how I did the `parallella.sh` file in `dynamic-env`...

Why not just Arch Linux? And I saw that you @larmog has tested out Hypriot too. Success or failure?

I'm working on upstream binaries for `arm64`. It depends though on https://github.com/kubernetes/kubernetes/pull/22149 and some other things. If you want to try out `arm64` binaries anyway, I quickly hacked a script...

I'm researching a bit in HA, and have gotten `etcd` cluster in a sane way at least. HA in Kubernetes is a work-in-progress topic, but I'll suggest that you should...

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...

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...