Giter Site home page Giter Site logo

kubepack / tillerc Goto Github PK

View Code? Open in Web Editor NEW
6.0 8.0 1.0 4.27 MB

Helm Tiller Controller by AppsCode (DEPRECATED)

Home Page: https://github.com/kubernetes/helm/issues/1586#issuecomment-268055664

License: Apache License 2.0

Go 85.62% Shell 6.42% Python 7.96%
helm kubernetes

tillerc's Introduction

WebsiteSlackForumTwitter

tillerc

Helm Tiller Controller

Proposal

helm/helm#1586 (comment)

Status

This project is abandoned because Tiller's authorization requirements can't be implemented using a TPR controller. You can find more details here: helm/helm#1586 (comment)

The new plan is to add auth support to Tiller directly. Here is the ticket for that: helm/helm#1918

Build Instructions

# dev build
./hack/make.py

# Install/Update dependency (needs glide)
glide slow

# Build Docker image
./hack/docker/setup.sh

# Push Docker image (https://hub.docker.com/r/appscode/tillerc/)
./hack/docker/setup.sh push

# Create 3rd party objects Release & ReleaseVersion (one time setup operation)
kubectl create -f ./api/extensions/helm.yaml

# Deploy to Kubernetes (one time setup operation)
kubectl run tc --image=appscode/tillerc:<tag> --replicas=1

# Deploy new image
kubectl set image deployment/tc tc=appscode/tillerc:<tag>

What's done:

  • This implements install and delete release.
  • For api object we used the proto generated go structs. In a proper implementation, we will use just strings as ENUMs instead of protoc generated ints, etc.
  • We have taken code from Helm repo and adapted them to make sure everything compiles.

Summary:

tillerc's People

Contributors

tamalsaha avatar saumanbiswas avatar

Stargazers

Sahadat Hossain avatar Sakib Md Al Amin avatar JJ avatar Martin Linkhorst avatar Michelle Dhanani avatar Matt Butcher avatar

Watchers

James Cloos avatar Md. Ashiquzzaman avatar Abdullah Al Maruf avatar Abu Hanifa avatar Sajib Khan avatar Sanjidul Hoque avatar Md. Nure Alam Nahid avatar  avatar

Forkers

michellen

tillerc's Issues

Dependabot couldn't find a Gopkg.toml for this project

Dependabot couldn't find a Gopkg.toml for this project.

Dependabot requires a Gopkg.toml to evaluate your project's current Go dependencies. It had expected to find one at the path: /Gopkg.toml.

If this isn't a Go project, or if it is a library, you may wish to disable updates for it from within Dependabot.

You can mention @dependabot in the comments below to contact the Dependabot team.

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.