delete redundant punctuation

This commit is contained in:
zhangxiaoyu-zidif 2017-11-28 17:11:08 +08:00
parent 01cd73a3de
commit 70c98ce98d
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ title: 管理巨页HugePages
1. 为了使节点能够上报巨页容量Kubernetes 节点必须预先分配巨页。
每个节点只能预先分配一种特定规格的巨页。
1. 用户必须在整个系统中将专用的 **alpha** 特性开关 `HugePages` 设置为 true `--feature-gates="HugePages=true"`。
1. 用户必须在整个系统中将专用的 **alpha** 特性开关 `HugePages` 设置为 true `--feature-gates=HugePages=true`。
节点会自动发现全部巨页资源,并作为可供调度的资源进行上报。

View File

@ -19,7 +19,7 @@ can consume huge pages and the current limitations.
its huge page capacity. A node may only pre-allocate huge pages for a single
size.
1. A special **alpha** feature gate `HugePages` has to be set to true across the
system: `--feature-gates="HugePages=true"`.
system: `--feature-gates=HugePages=true`.
The nodes will automatically discover and report all huge page resources as a
schedulable resource.