kubernetic icon indicating copy to clipboard operation
kubernetic copied to clipboard

Support for namespaced tiller

Open foobarto opened this issue 7 years ago • 1 comments

With RBAC and in a scenario where single Kubernetes cluster is intended to be used by multiple teams it's very useful to have tiller deployed in separate namespaces (one per team for example).

With helm CLI this is done by installing tiller in specific namespace like this helm init --tiller-namespace=ateam or by specifying env var TILLER_NAMESPACE=ateam.

Kubernetic right now doesn't work with tiller deployed in other than default namespace.

foobarto avatar Sep 08 '17 14:09 foobarto

We have some namespaces with it's own tiller. So would be nice to allow even not just specifying a different singular namespace for all contexts but a different tiller namespace per context.

jmccann avatar Apr 18 '18 12:04 jmccann