Add descriptions for tasks

Add description metadata for each task section (English localization).
For sections that only have one page, make sure that that sole page has
description metadata set.

This change helps prepare for the migration to the Docsy theme.
This commit is contained in:
Tim Bannister
2020-06-14 20:35:48 +01:00
parent 9f4f076aea
commit 74360fa8ee
18 changed files with 23 additions and 13 deletions
@@ -3,16 +3,14 @@ reviewers:
- derekwaynecarr
title: Manage HugePages
content_type: task
description: Configure and manage huge pages as a schedulable resource in a cluster.
---
<!-- overview -->
{{< feature-state state="stable" >}}
Kubernetes supports the allocation and consumption of pre-allocated huge pages
by applications in a Pod as a **GA** feature. This page describes how users
can consume huge pages and the current limitations.
by applications in a Pod. This page describes how users can consume huge pages.
## {{% heading "prerequisites" %}}
@@ -125,6 +123,3 @@ term_id="kube-apiserver" >}} (`--feature-gates=HugePageStorageMediumSize=true`).
- NUMA locality guarantees as a feature of quality of service.
- LimitRange support.