Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleInstall Chartchart
collapsetrue
# 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

...