Skip to content

Commit 953e4ec

Browse files
authored
Update reserve-compute-resources.md
add a missing en line
1 parent 0734372 commit 953e4ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/zh/docs/tasks/administer-cluster/reserve-compute-resources.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Your Kubernetes server must be at or later than version 1.17 to use
4747
the kubelet command line option `--reserved-cpus` to set an
4848
[explicitly reserved CPU list](#explicitly-reserved-cpu-list).
4949
-->
50-
你的 kubernetes 服务器版本必须至少是 1.17 版本,才能使用 kubelet
50+
您的 kubernetes 服务器版本必须至少是 1.17 版本,才能使用 kubelet
5151
命令行选项 `--reserved-cpus` 设置
5252
[显式预留 CPU 列表](#explicitly-reserved-cpu-list)
5353

@@ -56,6 +56,8 @@ the kubelet command line option `--reserved-cpus` to set an
5656
<!--
5757
## Node Allocatable
5858
59+
![node capacity](/images/docs/node-capacity.svg)
60+
5961
`Allocatable` on a Kubernetes node is defined as the amount of compute resources
6062
that are available for pods. The scheduler does not over-subscribe
6163
`Allocatable`. `CPU`, `memory` and `ephemeral-storage` are supported as of now.

0 commit comments

Comments
 (0)