helm charts:Flant的公共头盔图表 源码
从Flant的ChartMuseum安装图表 我们公共图表的主要目录是https://charts.flant.com/common/github 。 要使用它,您需要将此存储库添加到您的Helm中(例如,它将被称为flant_common_github ): helm repo add flant_common_github https://charts.flant.com/common/github helm repo update 现在,您可以helm install所需的图表。 当前,我们有以下图表(通过GitHub Actions自动生成) : k8s-image-availability-exporter — 是Prometheus导出器,它会主动警告您Kubernetes对象中定义但容器注册表中不可用的图像; loghouse — 是基于ClickHouse和Flue
用户评论