摘要:
生产安装 Prometheus Operator 1.克隆代码 根据 git描述 支持k8s版本进行克隆 我的 1.22 克隆0.10 git clone -b release-0.10 https://gitee.com/x602/kube-prometheus.git 2.修改配置文件 修改存储 阅读全文
摘要:
helm 动态添加配置文件 大概记录 后续完善 1.首先我们在templates目录创建个 cm.yaml 此处内容大致意思是 如果开启了configOverrides这个参数将去configs/ 目录拿取配置文件可以是多个 {{- if .Values.configOverrides }} api 阅读全文