Files
deprecated-helm-charts/stable/prometheus-operator/CONTRIBUTING.md
T
Vasily SliouniaevandKubernetes Prow Robot 894bbe0ebf [stable/prometheus-operator] Update defaults for scraping cluster components (#12292)
* Update defaults for scraping cluster components

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>

* Remove custom scrape intervals

These were not consistent in some cases (kubelet http vs https
configuration). The best-practice for this is to allow the config
to come from prometheus's default.

Added configuration options to specify custom durations if overrides
are desired

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>

* Fix kubelet secure configuration relabellings

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>

* Add hack/minikube

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>

* Update README.md with changes to defaults

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>

* chmod

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>

* Fix up minikube

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>

* Fix monitors when using defaults

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>

* Update contributing.md

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
2019-03-19 07:22:26 -07:00

754 B

Contributing Guidelines

How to contribute to this chart

  1. Fork this repository, develop and test your Chart.
  2. Bump the chart version for every change.
  3. Ensure PR title has the prefix [stable/prometheus-operator]
  4. When making changes to values.yaml, update the files in ci/ by running hack/update-ci.sh
  5. When making changes to rules or dashboards, see the README.md section on how to sync data from upstream repositories
  6. Check the hack/minikube folder has scripts to set up minikube and components of this chart that will allow all components to be scraped. You can use this configuration when validating your changes.
  7. Check for changes of RBAC rules.
  8. Check for changes in CRD specs.
  9. PR must pass the linter (helm lint)