goshlanguage / tiller-multiarch

Helm tiller images for amd64, arm64, and armhf. βš“οΈπŸŽ‰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiller-multiarch

CircleCI Docker Pulls

Provides daily builds of Kubernetes Helm's tiller service as Docker images compatible with most major architectures:

  • amd64 (most PCs / cloud providers)
  • arm64 (many SBCs, including Odroid C2, Rock64, and RPi3 with 64-bit OS)
  • armhf / armv7 (most notably, the RPi family running stock Raspbian)

Images are built compliant with v2.2 of the Docker manifest API. No need to specify separate images for different architectures (particularly annoying if you have an architecturally heterogeneous cluster); the Docker client infers for you which image to pull.

Usage / deployment

If you've reached this repo, you're likely just trying to get a tiller pod deployed to your cluster. The simplest way to do that is to just substitute this image in the helm init command, e.g.,:

$ helm init --tiller-image=jessestuart/tiller:v2.9.1

Note that depending on your version of Kubernetes and your RBAC configuration, you'll likely need to create and specify a ServiceAccount as well, e.g.:

$ helm init --tiller-image=jessestuart/tiller:v2.9.1 --service-account tiller

About

Helm tiller images for amd64, arm64, and armhf. βš“οΈπŸŽ‰


Languages

Language:Shell 88.5%Language:Dockerfile 11.5%