Merge pull request #2488 from sethpollack/heapster_readme

add readme for Heapster
This commit is contained in:
Chris Love 2017-05-04 20:09:06 -06:00 committed by GitHub
commit 69adc948e5
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Monitoring Standalone Addon
Heapster provides basic cluster monitoring and is used for running HorizontalPodAutoscalers and integrating metrics into the kubernetes dashboard.
## Usage
### Deploy To Cluster
```
kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/monitoring-standalone/v1.6.0.yaml
```