bytheway / k8s-monitoring-helm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Monitoring Helm Charts

Maintainers

Name Email Url
petewall pete.wall@grafana.com
skl stephen.lang@grafana.com

Usage

Helm must be installed to use the chart. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add grafana https://grafana.github.io/helm-charts

See the Chart Documentation for chart install instructions.

Contributing

We welcome contributions and improvements! Feel free to submit PRs.

If you make changes to this chart, please ensure that you've done the following:

  • Use Helm Docs to check for updates to the chart documentation
    • cd charts/k8s-monitoring; helm-docs
  • Check for updates to the example outputs
    • make test
    • If changes are acceptable, regenerate the outputs and re-test:
    • make regenerate-example-outputs test

Required tools:

Run make install-deps to install all requirements (Mac supported only at the moment using Brew).

Bumping Dependent Chart Versions

  • Update the dependency's version in Chart.yaml.
  • cd charts/k8s-monitoring; helm dependency update
  • Follow the steps above in Contributing to update the k8s-monitoring chart version and docs.
  • Finally, take a moment to inspect the generated output for anything that might cause trouble.

Links

About

License:Apache License 2.0


Languages

Language:Smarty 59.5%Language:Shell 24.5%Language:Makefile 16.1%