Dockerfile for Tiller (Helm server) on ARM
Docker image for Tiller (Helm server) for ARM architecture (Raspberry Pi), on alpine. Tested working on Raspberry Pi 3 / Stretch. Base image size is roughly 126 MB. Based off of https://github.com/ljfranklin/helm-arm.
Run helm init, using the clayshek/tiller-arm Docker image, or first clone this repo, modify Dockerfile as desired, then build and push new image to use with helm init.
Prerequisite: Requires configuring Kubernetes RBAC for Tiller service account. The tiller-rbac-config.yml included in this repo can be used for this.
Example:
helm init --tiller-image=clayshek/tiller-arm --service-account tiller
- Better versioning & image tagging