Lucas Käldström

Results 92 comments of Lucas Käldström

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

> skipping pod synchronization - [Failed to start ContainerManager system validation failed - Following Cgroup subsystem not mounted: [cpuset] container runtime is down] @pakeha-kiwi You have to set `cgroup_enable=cpuset` in...

The kubectl binary is downloadable from with ``` curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.2.0/bin/linux/arm/kubectl > /usr/local/bin/kubectl ``` To use remote kubectl, just set `KUBERNETES_MASTER=http://{rpi-ip}:8080` or use `-s http://{rpi-ip}:8080` For dashboard, visit `http://{master-ip}:8080/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`

@bialad v0.8.0 will use my "official" code [docker-multinode](https://github.com/kubernetes/kube-deploy/tree/master/docker-multinode) You may test that also if you want to

Hi, I'm really busy right now, working on a new release Does it still work unreliably? Could you provide more details? `kube-config info`, `proxy logs` and the like?

So what isn't working? If you're using kubeadm (which you should), please open the issue in that repo

Hello @KurtStam! Glad you notified me. Just some thoughts: - `hyperkube` should be compiled dynamically, if one wants `cAdvisor`: https://github.com/kubernetes/kubernetes/issues/8772 - What kind of networking solution do you use? I'm...

I mean that by default, `kube-proxy` uses `userspace` proxying (don't exactly know what it does) but since `v1.1` another proxy mode is usable and much better; pure `iptables`. With `iptables`...

`iptables` is much faster AFAIU