kubernetes/cluster/addons/cluster-monitoring
Kubernetes Submit Queue 55a60032e7
Merge pull request #56965 from kawych/nanny
Automatic merge from submit-queue (batch tested with PRs 57324, 56931, 57000, 57150, 56965). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix Heapster and Metrics Server configuration to enable overriding resource requirements.

**What this PR does / why we need it**:
Configure resources for Heapster and Metrics Servier using Component Config. This will enable overriding default resource requirements for these components.

**Release note**:
```release-note
Fix Heapster configuration and Metrics Server configuration to enable overriding default resource requirements.
```
2017-12-18 08:46:52 -08:00
..
google Merge pull request #56965 from kawych/nanny 2017-12-18 08:46:52 -08:00
googleinfluxdb Merge pull request #56965 from kawych/nanny 2017-12-18 08:46:52 -08:00
influxdb Merge pull request #56965 from kawych/nanny 2017-12-18 08:46:52 -08:00
stackdriver Merge pull request #56965 from kawych/nanny 2017-12-18 08:46:52 -08:00
standalone Merge pull request #56965 from kawych/nanny 2017-12-18 08:46:52 -08:00
heapster-rbac.yaml update to rbac v1 in yaml file 2017-08-21 17:29:37 +08:00
OWNERS Add kawych to cluster-monitoring deployment owners 2017-11-17 13:48:20 +01:00
README.md Updated documentation about monitoring addons 2016-03-16 10:10:55 +01:00

Kubernetes Monitoring

Heapster enables monitoring and performance analysis in Kubernetes Clusters. Heapster collects signals from kubelets and the api server, processes them, and exports them via REST APIs or to a configurable timeseries storage backend.

More details can be found in Monitoring user guide.

Analytics