explain how to enable heapster on minikube (#5710)

* explain how to enable heapster on minikube

The docs which ask user to see if heapster is running,
this commit adds explanation of how you can enable heapster
on minikube Kubernetes cluster.

* Update assign-cpu-resource.md

* Update assign-memory-resource.md
This commit is contained in:
Suraj Deshmukh
2017-10-03 00:42:54 +05:30
committed by Zach Corleissen
parent 635cba0a85
commit 650e84e0c4
2 changed files with 12 additions and 0 deletions
@@ -23,6 +23,12 @@ A few of the steps on this page require that the
in your cluster. But if you don't have Heapster running, you can do most
of the steps, and it won't be a problem if you skip the Heapster steps.
If you are running minikube, run the following command to enable heapster:
```shell
minikube addons enable heapster
```
To see whether the Heapster service is running, enter this command:
```shell
@@ -22,6 +22,12 @@ A few of the steps on this page require that the
in your cluster. But if you don't have Heapster running, you can do most
of the steps, and it won't be a problem if you skip the Heapster steps.
If you are running minikube, run the following command to enable heapster:
```shell
minikube addons enable heapster
```
To see whether the Heapster service is running, enter this command:
```shell