tektoncd/pipeline

Install multiple instances of Tekton on a single K8s cluster

开放

#4,605 创建于 2022年2月22日

 (16 条评论) (3 个反应) (0 位负责人)Go (1,943 个派生)auto 404
area/roadmaphelp wantedkind/featurelifecycle/frozen

仓库指标

星标
 (9,013 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Feature request

Currently there can only be one instance of Tekton installed on a K8s cluster. It would be useful if we could install multiple instances on a cluster (in different namespaces).

Use case

This would be beneficial in a multi-tenancy cluster environment where each tenant is provisioned with a unique namespace. Ideally, we would install a separate instance for each tenant which would run in their provisioned namespace and not interfere with other instances on the cluster. It would make sense in this scenario that each instance only watches one namespace (the namespace it belongs to).

贡献者指南