Graduate multiple sizes huge pages to GA

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
This commit is contained in:
Ed Bartosh
2021-04-13 11:11:11 +03:00
parent 2923e6ba56
commit 7a0f9bc01e
2 changed files with 3 additions and 8 deletions
@@ -113,10 +113,4 @@ spec:
- Huge page usage in a namespace is controllable via ResourceQuota similar
to other compute resources like `cpu` or `memory` using the `hugepages-<size>`
token.
- Support of multiple sizes huge pages is feature gated. It can be
disabled with the `HugePageStorageMediumSize`
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
on the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and
{{< glossary_tooltip text="kube-apiserver" term_id="kube-apiserver" >}}
(`--feature-gates=HugePageStorageMediumSize=false`).