Git Product home page Git Product logo

terraform-kubernetes-tiller's Introduction

terraform-helm-tiller

Build Status

Terraform module for deploying Helm's Tiller on you k8s cluster.

WORK IN PROGRESS

Example usage

provider "kubernetes" {
  config_context_auth_info = "ops"
  config_context_cluster   = "mycluster"
}

module "tiller"{
    source           = "Vidimensional/tiller/kubernetes"
    version          = "0.0.1"
    tiller_name      = "tiller-mynamespace"
    tiller_namespace = "mynamespace"
}

Argument Reference

The following arguments are supported:

  • tiller_name: (optional) Name of the objects associated with Tiller. (default: tiller)

  • tiller_namespace: (optional) Namespace where to deploy Tiller. (default: kube-system)

  • tiller_version: (optional) Tiller version to install. Use canary for using the canary image. (default: v2.12.3)

  • tiller_history_max: (optional) The maximum number of revisions saved per release. Use 0 for no limit. (default: 0)

  • tiller_replicas: Amount of tiller instances to run on the cluster. (default: 1)

  • tiller_service_account: Define it if you want to use an already existing ServiceAccount. If you leave it undefined the module will create a ServieAccount for Tiller.

TO-DO

The next steps on this project includes adding options that allows helm init command.

terraform-kubernetes-tiller's People

Contributors

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