We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45098e1 commit dc1d235Copy full SHA for dc1d235
README.md
@@ -13,15 +13,26 @@ kube_node_metrics_mem_limit_bytes
13
These samples values should be equal to the result of `kubectl describe node <node>`.
14
15
## Getting started
16
-TODO: add docker image
+
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
27
28
29
### build manually
30
```bash
31
go build .
32
```
33
34
+### build with docker
35
36
# TODO
-1. release with docker image
37
1. support custom k8s api server address
-1. support mutiple arch docker iamges
38
1. support exposed node labels match given pattern
0 commit comments