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:
John Zheng 2024-05-16 14:19:50 +08:00 committed by John
parent f55afc0905
commit e49845dc93

View File

@ -71,6 +71,15 @@ export GO111MODULE=on # needed if the project is checked out in your $GOPATH.
$ make $ make
``` ```
## Install in Kubernetes
Clone this repository, and run as below:
```sh
$ cd kube-metrics-adapter/docs
$ kubectl apply -f .
```
## Collectors ## Collectors
Collectors are different implementations for getting metrics requested by an Collectors are different implementations for getting metrics requested by an