...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
# Add the prometheus-community repo and perform a general update of the repositories $ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts $ helm repo update # Install Chart $ kubectl create namespace monitoring $ helm install <chart_name> prometheus-community/kube-prometheus-stack -n monitoring |
...