Giter Site home page Giter Site logo

tiller-multiarch's Introduction

Tiller Multiarch

Sailing the seas of orchestration on any device you'd like.

CircleCI Docker Pulls

Nightly builds of Kubernetes Helm's tiller service as a multiarch Docker image. Using the Docker Image Manifest V2 API, we're able to support the three most common architectures with a single image:

  • amd64 (most PCs / cloud providers)
  • 64-bit ARM (stylized as either arm64 or aarch64, although there are subtle differences) This includes the majority of modern SBCs, including:
  • 32-bit ARM, armhf / armv7 / arm6l (older Raspberry Pi boards, Odroid XU4)

As mentioned above, 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

Creating the tiller deployment with this image is as simple as running helm init and overriding the --tiller-image flag, i.e.:

$ helm init --tiller-image=jessestuart/tiller

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

$ kubectl apply -f manifests/tiller-rbac.yaml
$ helm init --tiller-image=jessestuart/tiller --service-account tiller

tiller-multiarch's People

Contributors

jessestuart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.