Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 280 Bytes

File metadata and controls

12 lines (9 loc) · 280 Bytes
kubectl config use-context cluster1-admin@cluster1
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update


helm install prom prometheus-community/kube-prometheus-stack \
  --namespace monitoring --create-namespace