Merge pull request #6469 from zhangxiaoyu-zidif/fix-hugepage-feature-gate
delete redundant punctuation
This commit is contained in:
@@ -15,7 +15,7 @@ title: 管理巨页(HugePages)
|
|||||||
|
|
||||||
1. 为了使节点能够上报巨页容量,Kubernetes 节点必须预先分配巨页。
|
1. 为了使节点能够上报巨页容量,Kubernetes 节点必须预先分配巨页。
|
||||||
每个节点只能预先分配一种特定规格的巨页。
|
每个节点只能预先分配一种特定规格的巨页。
|
||||||
1. 用户必须在整个系统中将专用的 **alpha** 特性开关 `HugePages` 设置为 true: `--feature-gates="HugePages=true"`。
|
1. 用户必须在整个系统中将专用的 **alpha** 特性开关 `HugePages` 设置为 true: `--feature-gates=HugePages=true`。
|
||||||
|
|
||||||
节点会自动发现全部巨页资源,并作为可供调度的资源进行上报。
|
节点会自动发现全部巨页资源,并作为可供调度的资源进行上报。
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
its huge page capacity. A node may only pre-allocate huge pages for a single
|
||||||
size.
|
size.
|
||||||
1. A special **alpha** feature gate `HugePages` has to be set to true across the
|
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
|
The nodes will automatically discover and report all huge page resources as a
|
||||||
schedulable resource.
|
schedulable resource.
|
||||||
|
|||||||
Reference in New Issue
Block a user