Files
casa/monitoring/promtail/README.md

317 B

Promtail

kubectl get namespace monitoring || kubectl create namespace monitoring

# add repo
helm repo add grafana https://grafana.github.io/helm-charts
# Install & Upgrade
helm upgrade --install promtail grafana/promtail --namespace monitoring \
--values=./values.yaml \
--values=./values.local.yaml