Skip to content

v0.5.5

Compare
Choose a tag to compare
@luxas luxas released this 14 Oct 20:39
· 564 commits to master since this release

Changes:

  • Added two addons: DNS and central image registry
  • Fixed bugs
  • Added support for Parallella (although it´s slow)
  • Extended the README
  • Published the Kubernetes images on Docker Hub
  • Rewrite of the SD Card write process

Images on Docker Hub


Download and use the images:

curl -sSL https://github.com/luxas/kubernetes-on-arm/releases/download/v0.5.5/images.tar.gz | tar -xz
docker load -i images.tar

Get the binaries:

mkdir k8s_binaries
curl -sSL https://github.com/luxas/kubernetes-on-arm/releases/download/v0.5.5/binaries.tar.gz | tar -xz -C k8s_binaries
ls -lh k8s_binaries