123
This commit is contained in:
parent
759a331ec3
commit
33029ec80e
|
|
@ -139,6 +139,9 @@
|
|||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### (11)k8s集群部署
|
||||
|
||||
```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)批量安装/卸载
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue