kubernetes-sigs/cluster-api

Embedding cert-manager into CAPI for smaller footprint/less upgrade deps

开放

#7,443 创建于 2022年10月23日

 (14 条评论) (1 个反应) (0 位负责人)Go (1,532 个派生)auto 404
help wantedkind/featurepriority/important-longtermtriage/accepted

仓库指标

星标
 (4,267 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I recently realized that the 3 cert-manager related processes we use in CAPI are actually not required when a cluster is running, and only required, i believe:

  • on upgrades
  • on creation of a new cluster

User Story

As a CAPI User I'd like to minimize the number of containers I need to run persistently in my cluster, and thus i'd like a like a default "batteries included" certificate management solution running in one my essential capi pods... so that i dont need to run certmanager after cluster creation.

i.e. the dumbed down version of this would be something like... "lets just vendor certmanager and use it when needed".

Detailed Description

I think these 3 services:

  • ca-injector
  • webhook
  • certmanager

Can

  • all be run as one off processes on startup
  • invoked as needed during upgrades
  • be non-existent at other times ?

Anything else you would like to add:

/kind feature

贡献者指南