File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ kube_node_metrics_mem_limit_bytes
15
15
本项目暴露出的资源申请(request)和限制()g(limit)的指标值应该和 ` kubectl describe node <node> ` 命令的结果相同。
16
16
17
17
## 快速开始
18
+ 本项目的 Docker 镜像可以在 [ docker hub] ( URL_ADDRESS.docker.com/r/xiaozongyang/kube-node-metrics/tags ) 上找到。
18
19
### 在 Minikube 上试用
19
20
请确保你已经安装了 [ minikube] ( https://github.com/kubernetes/minikube ) 。
20
21
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ kube_node_metrics_mem_limit_bytes
14
14
15
15
These samples values should be equal to the result of ` kubectl describe node <node> ` .
16
16
17
+
17
18
## Getting started
19
+ Available docker images can be fount in [ docker hub] ( https://hub.docker.com/r/xiaozongyang/kube-node-metrics/tags ) .
18
20
19
21
### Try in Minikube
20
22
Please ensure you have [ minikube] ( https://github.com/kubernetes/minikube ) installed.
@@ -26,6 +28,7 @@ kubectl apply -f deploy.yaml
26
28
```
27
29
28
30
### Run in Kubernetes
31
+
29
32
``` bash
30
33
kubectl apply -f deploy.yaml
31
34
```
Original file line number Diff line number Diff line change 49
49
serviceAccountName : kube-node-metrics
50
50
containers :
51
51
- name : kubep-node-metrics
52
- image : docker.io/ xiaozongyang/kube-node-metrics:latest
52
+ image : xiaozongyang/kube-node-metrics:latest
53
53
env :
54
54
- name : FULL_SYNC_INTERVAL
55
55
value : " 2m"
You can’t perform that action at this time.
0 commit comments