Update README.md -- add kubernetes installation
update Readme.md, for adding kubernetes installation Signed-off-by: John Zheng<john.zheng@hp.com> Signed-off-by: John <john.zheng@hp.com>
This commit is contained in:
@ -71,6 +71,15 @@ export GO111MODULE=on # needed if the project is checked out in your $GOPATH.
|
||||
$ make
|
||||
```
|
||||
|
||||
## Install in Kubernetes
|
||||
|
||||
Clone this repository, and run as below:
|
||||
|
||||
```sh
|
||||
$ cd kube-metrics-adapter/docs
|
||||
$ kubectl apply -f .
|
||||
```
|
||||
|
||||
## Collectors
|
||||
|
||||
Collectors are different implementations for getting metrics requested by an
|
||||
|
Reference in New Issue
Block a user