Skip to content

v0.6.3

Compare
Choose a tag to compare
@luxas luxas released this 09 Jan 08:23
· 312 commits to master since this release

Stability and refactoring release

Better documentation, more stable .deb deployment, bugs fixed and it's now possible to edit DNS names

Changes

  • Fix bugs and make the .deb file stable
  • Add an experimental .tar.gz deployment for platforms that doesn't have dpkg
  • Document the /etc/kubernetes/README.md better
  • Refactor, fix bugs and remove unnecessary things
  • Break out the DNS options cluster.local and 10.0.0.10 to /etc/kubernetes/k8s.conf
  • Fixed so the master is able to collect logs from nodes @kyletravis
  • Better DNS management on Arch Linux
  • Use a shell for looking up paths to executables needed in .service files
  • Easier to use on systemd, most of the packages is automatically installed

Downloads

v0.6.3

Install the latest .deb package:

wget https://github.com/luxas/kubernetes-on-arm/releases/download/v0.6.3/kube-systemd.deb
dpkg -i kube-systemd.deb

The .tar.gz package is experimental.

v0.6.2

The binaries and docker images haven't changed between v0.6.2 and v0.6.3.
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

Load the images:

curl -sSL https://github.com/luxas/kubernetes-on-arm/releases/download/v0.6.2/images.tar.gz | gzip -dc | docker load

The images are also available on Docker Hub.