Skip to content

Commit dc1d235

Browse files
committed
update README
1 parent 45098e1 commit dc1d235

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,26 @@ kube_node_metrics_mem_limit_bytes
1313
These samples values should be equal to the result of `kubectl describe node <node>`.
1414

1515
## Getting started
16-
TODO: add docker image
16+
17+
### Try in Minikube
18+
Please ensure you have [minikube](https://github.com/kubernetes/minikube) installed.
19+
```
20+
minikube start
21+
kubectl apply -f deploy.yaml
22+
```
23+
24+
### Run in Kubernetes
25+
```bash
26+
kubectl apply -f deploy.yaml
27+
```
1728

1829
### build manually
1930
```bash
2031
go build .
2132
```
2233

34+
### build with docker
35+
2336
# TODO
24-
1. release with docker image
2537
1. support custom k8s api server address
26-
1. support mutiple arch docker iamges
2738
1. support exposed node labels match given pattern

0 commit comments

Comments
 (0)