Sign inSign up

jessestuart/tiller

By jessestuart

Updated about 4 years ago

Nightly multi-architecture (amd64, arm64, armv7) builds for the Kubernetes Helm tiller service.

Image
28

1M+

jessestuart/tiller repository overview

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 if you're running stock Raspbian; also the Odroid XU4, HC2 family)

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 probably 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:

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

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.0 --service-account tiller

Tag summary

Content type

Image

Digest

Size

25.3 MB

Last updated

about 4 years ago

docker pull jessestuart/tiller