Lucas Käldström
Lucas Käldström
@lavvy No it won't have an UI. It's just some `.yaml` template files. @larmog Yeah, the delay between `docker-1.9` to `docker-1.10` is expected. As you may see, I've uploaded `heapster`...
@larmog Thanks for your work again! I read your post yesterday, and it was amazing! I'm gonna investigate it more, but now I have a rough idea what it looks...
No there isn't a specific reason, it was just the default. I planned to include `vxlan`, but I'll switch to `host-gw` as the default thanks to your performance measuring link.
Progress! Now I've got Kubernetes `v1.2.0-alpha.8` running on my Pis. I'm using the official binaries I've built in kubernetes/kubernetes#19769. Also `heapster` is somehow working. I'm using `hostgw` as @larmog suggested,...
> +1 for "get rid of --containerized => more like the "native" kubelet" @larmog (and others) Please test this: ``` bash $ docker run -d --net=host kubernetesonarm/etcd $ docker run...
Yeah, now it works! Got native kubelet support with: aefa2bca0a743edaf60c30f946ce2d231b4247bc
Yes, I haven't published newer images to Docker Hub than `v0.6.2`, cause not much has changed. But soon, when `v1.2` is released, we'll have brand new images!
And there we go! v0.7.0 released. See the [release notes](https://github.com/luxas/kubernetes-on-arm/releases) Please test it and give feedback :smile:
This is actually the default configuration for the controller-manager: http://kubernetes.io/docs/admin/kube-controller-manager/ ``` --pod-eviction-timeout duration The grace period for deleting pods on failed nodes. (default 5m0s) --node-monitor-grace-period duration Amount of time which...
Gah, Github close links :(