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:
committed by
Zach Corleissen
parent
635cba0a85
commit
650e84e0c4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user