加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
all-in-one-install.sh 949 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add crane https://gocrane.github.io/helm-charts
helm repo update
helm install prometheus -n crane-system --set pushgateway.enabled=false --set alertmanager.enabled=false --set server.persistentVolume.enabled=false -f https://raw.githubusercontent.com/gocrane/helm-charts/main/integration/prometheus/override_values.yaml --create-namespace prometheus-community/prometheus
helm install grafana -f https://raw.githubusercontent.com/gocrane/helm-charts/main/integration/grafana/override_values.yaml -n crane-system --create-namespace grafana/grafana
helm install cost-exporter -n crane-system --create-namespace crane/cost-exporter
helm install craned -n crane-system --create-namespace crane/craned
helm install metric-adapter -n crane-system --create-namespace crane/metric-adapter
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化