Commit c95b9221 authored by JooHan Hong's avatar JooHan Hong

prometheus pv,pvc 결과 누락

parent 9e0f7230
Pipeline #5304 passed with stages
in 47 seconds
......@@ -247,6 +247,16 @@ kubectl delete -f grafana-data.yaml
kubectl delete -f alertmanager-data.yaml
```
구성된 PV,PVC 정보는 다음과 같다.
```bash
# kubectl get pv
NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE
prometheus-config-pv 1Gi RWO Retain Bound monitoring/prometheus-config-pvc manual 23h
alertmanager-pv 10Gi RWO Retain Bound monitoring/alertmanager-pvc manual 5d20h
grafana-pv 10Gi RWO Retain Bound monitoring/grafana-pvc manual 5d21h
prometheus-pv 10Gi RWO Retain Bound monitoring/prometheus-pvc manual 5d21h
```
## Cluster Role 생성 (**최초만 수행**)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment