This commit is contained in:
joy 2025-11-07 13:35:54 +08:00
parent 759a331ec3
commit 33029ec80e
1 changed files with 12 additions and 0 deletions

View File

@ -139,6 +139,9 @@
```
#### 11k8s集群部署
```bash
@ -187,6 +190,15 @@ cd /opt/k8s-install-conf && wget http://116.205.97.109/scripts/calico.yaml && ku
```
#### (13) docker 容器化快速部署prometheus, alertmanager,consul,grafana,prometheus,prometheus-alert
```bash
#配置已集成ipmi-exporter,dcgm-exporter,dcgm-exporter 支持
wget -O - http://116.205.97.109/scripts/prometheus-monitor.tgz | tar -xvz && cd prometheus-monitor && docker-compose up -d
cd prometheus-monitor && bash /opt/prometheus-monitor/dcgm-consul.sh --register/deregister #dcgm-exporter->consul注册/注销
cd prometheus-monitor && bash /opt/prometheus-monitor/node-consul.sh --register/deregister #node-exporter->consul 注册/注销
```
#### 13批量安装/卸载
![Static Badge](https://img.shields.io/badge/组件[1]-orange?style=flat-square)