Skip to content

Commit

Permalink
Merge pull request #711 from johnzheng1975/patch-2
Browse files Browse the repository at this point in the history
Update README.md -- add kubernetes installation
  • Loading branch information
katyanna authored May 16, 2024
2 parents f55afc0 + e49845d commit 5c942b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c942b9

Please sign in to comment.