mirror of https://github.com/kubernetes/kops.git
Merge pull request #2488 from sethpollack/heapster_readme
add readme for Heapster
This commit is contained in:
commit
69adc948e5
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue