cattle-monitoring-system

kubectl apply -f components.yaml

helm repo add rancher-monitoring-crd https://charts.rancher.io

helm install grafana-crd rancher-monitoring-crd/rancher-monitoring-crd -n cattle-monitoring-system --create-namespace

helm repo add rancher-monitoring https://charts.rancher.io

DOMAIN_NAME="prometheus.meiko.co.kr"
echo $DOMAIN_NAME

helm install grafana rancher-monitoring/rancher-monitoring -n cattle-monitoring-system -f grafana-values.yaml
  • pvc를 따로 설정하지 않고 함꼐 할 수도 있음 이런 방식으로

  • yaml에 도메인 직접 넣어야할 듯

Last updated

Was this helpful?