kubernetes/cluster/addons/cluster-monitoring
Kubernetes Submit Queue 6caf34389b
Merge pull request #56151 from kawych/heapster_deployment
Automatic merge from submit-queue (batch tested with PRs 55952, 49112, 55450, 56178, 56151). 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>.

Add environment variable to enable support for new Stackdriver resource model

To be merged after #56211 


**What this PR does / why we need it**:
This PR adds env variable to control Stackdriver sink in Heapster - whether it export metrics for new resource model or old resource model.

**Release note**:
```release-note
NONE
```
2017-11-22 21:48:51 -08:00
..
google Bump Heapster version to v1.5.0-beta.2 2017-11-22 14:04:11 +01:00
googleinfluxdb Bump Heapster version to v1.5.0-beta.2 2017-11-22 14:04:11 +01:00
influxdb Bump Heapster version to v1.5.0-beta.2 2017-11-22 14:04:11 +01:00
stackdriver Merge pull request #56151 from kawych/heapster_deployment 2017-11-22 21:48:51 -08:00
standalone Bump Heapster version to v1.5.0-beta.2 2017-11-22 14:04:11 +01: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