使用 DevStream 部署 kube-prometheus
前缀匹配
instanceID
的前缀需要是 kube-prometheus
,最小化 tools 配置示例:
YAML
tools:
- name: helm-installer
instanceID: kube-prometheus
默认配置
配置项 | 默认值 | 描述 |
---|---|---|
chart.chartPath | “” | 本地 chart 包路径 |
chart.chartName | prometheus-community/kube-prometheus-stack | chart 包名称 |
chart.version | “” | chart 包版本 |
chart.timeout | 10m | helm install 的超时时间 |
chart.upgradeCRDs | true | 是否更新 CRDs(如果有) |
chart.releaseName | prometheus | helm 发布名称 |
chart.namespace | prometheus | 部署的命名空间 |
chart.wait | true | 是否等待部署完成 |
repo.url | https://prometheus-community.github.io/helm-charts | helm 仓库地址 |
repo.name | prometheus-community | helm 仓库名 |