File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/zh/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Your Kubernetes server must be at or later than version 1.17 to use
47
47
the kubelet command line option `--reserved-cpus` to set an
48
48
[explicitly reserved CPU list](#explicitly-reserved-cpu-list).
49
49
-->
50
- 你的 kubernetes 服务器版本必须至少是 1.17 版本,才能使用 kubelet
50
+ 您的 kubernetes 服务器版本必须至少是 1.17 版本,才能使用 kubelet
51
51
命令行选项 ` --reserved-cpus ` 设置
52
52
[ 显式预留 CPU 列表] ( #explicitly-reserved-cpu-list ) 。
53
53
@@ -56,6 +56,8 @@ the kubelet command line option `--reserved-cpus` to set an
56
56
<!--
57
57
## Node Allocatable
58
58
59
+ 
60
+
59
61
`Allocatable` on a Kubernetes node is defined as the amount of compute resources
60
62
that are available for pods. The scheduler does not over-subscribe
61
63
`Allocatable`. `CPU`, `memory` and `ephemeral-storage` are supported as of now.
You can’t perform that action at this time.
0 commit comments