Merge pull request #26664 from bart0sh/PR0004-multisize-hugepages-GA

Graduate multiple sizes huge pages to GA
This commit is contained in:
Kubernetes Prow Robot
2021-07-21 06:58:08 -07:00
committed by GitHub
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`).