Lucas Käldström

Results 92 comments of Lucas Käldström

Thanks Can you change the base branch to dev instead of master?

It would be really cool with the ingress resource! I checked it up, and we should probably use this controller: https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx I've never experimented with ingress, but soon I'll check...

Haven't tested `glusterfs` yet, but I made an image for it: https://github.com/luxas/kubernetes-on-arm/blob/v0.7.0/images/kubernetesonarm/glusterfs/Dockerfile I will probably look into this for the next release. PRs are welcome

I'm a bit concerned about including too much extra things into the `kubernetesonarm/hyperkube` image as `v0.8` (= k8s `v1.3`) probably will use the official `hyperkube` image. I think this is...

Haha, your typo of `Openshift` was a good one. Well, I guess you mean this [doc](https://docs.openshift.org/latest/architecture/core_concepts/routes.html). That would be great to have [here is a lite-variant](https://github.com/kubernetes/contrib/tree/master/service-loadbalancer) which I am going...

@nsteinmetz Check out `v0.6.3`! Released today. It's most bugfixes and such, but it may be useful.

Works fine for me if you rebase your PR to the released `beta` version when it's released. So we'll have the "official" beta and your features on top of it

FYI, there's an official ARM `etcd` image for Kubernetes now :) kubernetes/kubernetes#19216 was pushed some days ago Wanna try? `docker pull gcr.io/google_containers/etcd-arm:2.2.1` Soon, I think kubernetes/kubernetes#19769 will be merged, and...

@ibuildthecloud Directly when we have RancherOS support for ARM, we'll be able to run Kubernetes on ARM and ARM64: kubernetes/kubernetes#19769 (I hope we're gonna merge this before `v1.2`) and kubernetes/kubernetes#17981...

Well, `v0.6.5` is here! And things have evolved on the mainline side too. kubernetes/kubernetes#19769 is merged, and that means that there's no need to build k8s binaries no more... I...