Nightly multi-architecture (amd64, arm64, armv7) builds for the Kubernetes Helm tiller service.
1M+
Provides daily builds of Kubernetes Helm's tiller service as Docker images
compatible with most major architectures:
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.
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
Content type
Image
Digest
Size
25.3 MB
Last updated
about 4 years ago
docker pull jessestuart/tiller