v0.6.5
Stability and upgrade release
Upgrades to docker v1.10.0
, and adds the loadbalancer
and dashboard
addons
Changes
- Add a http loadbalancer. Thanks for the help @larmog
- Upgrade to and support docker-1.10.0 only
- Kubernetes Dashboard UI added as an addon
- Do not depend on pacman, use a self-built statically linked ARMv6 docker-1.10 binary instead
- Revert to userspace proxying, since iptables proxying had some bugs in it
- Better documentation
- A worker may now reboot and come up again in some minutes
- Better UX when writing the hypriot image, caches the downloaded image for faster writes and installs unzip if not present
- Bug fixes
- Rearranged the addon manifests
Downloads
v0.6.5
Install the latest .deb
package:
wget https://github.com/luxas/kubernetes-on-arm/releases/download/v0.6.5/kube-systemd.deb
dpkg -i kube-systemd.deb
Revisions of the .deb
package:
kube-systemd-1
: The first revision ofv0.6.5
kube-systemd
==kube-systemd-2
: Second revision with Dashboard working OOTB
v0.6.2
The binaries and docker images haven't changed between v0.6.2
and v0.6.5
.
Get the binaries:
mkdir k8s_binaries
curl -sSL https://github.com/luxas/kubernetes-on-arm/releases/download/v0.6.2/binaries.tar.gz | tar -xz -C k8s_binaries
ls -lh k8s_binaries
(Small exception: the service_loadbalancer
binary is old there. The newest binary is in the kubernetesonarm/loadbalancer
image)
Load the images:
curl -sSL https://github.com/luxas/kubernetes-on-arm/releases/download/v0.6.2/images.tar.gz | gzip -dc | docker load
docker pull kubernetesonarm/loadbalancer
All images are also available on Docker Hub.
(The grafana-server
binary is just temporary hosted for the coming v0.7.0
release)