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.
pull/21752/head
Tim Bannister 2020-06-14 20:35:48 +01:00
parent 9f4f076aea
commit 74360fa8ee
18 changed files with 23 additions and 13 deletions

View File

@ -50,7 +50,7 @@ Learn various methods to directly access the Kubernetes API.
## Using TLS ## Using TLS
Configure your application to trust and use the cluster root Certificate Authority (CA). Understand how to protect traffic within your cluster using Transport Layer Security (TLS).
## Administering a Cluster ## Administering a Cluster
@ -66,11 +66,11 @@ Perform common tasks for managing a DaemonSet, such as performing a rolling upda
## Managing GPUs ## Managing GPUs
Configure and schedule NVIDIA GPUs for use as a resource by nodes in a cluster. Configure and schedule GPUs for use as a resource by nodes in a cluster.
## Managing HugePages ## Managing HugePages
Configure and schedule huge pages as a schedulable resource in a cluster. Configure and manage huge pages as a schedulable resource in a cluster.

View File

@ -1,5 +1,6 @@
--- ---
title: "Access Applications in a Cluster" title: "Access Applications in a Cluster"
description: Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
weight: 60 weight: 60
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Administer a Cluster" title: "Administer a Cluster"
description: Learn common tasks for administering a cluster.
weight: 20 weight: 20
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Configure Pods and Containers" title: "Configure Pods and Containers"
description: Perform common configuration tasks for Pods and containers.
weight: 20 weight: 20
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Monitoring, Logging, and Debugging" title: "Monitoring, Logging, and Debugging"
description: Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
weight: 80 weight: 80
--- ---

View File

@ -3,7 +3,7 @@ title: Extend kubectl with plugins
reviewers: reviewers:
- juanvallejo - juanvallejo
- soltysh - soltysh
description: With kubectl plugins, you can extend the functionality of the kubectl command by adding new subcommands. description: Extend kubectl by creating and installing kubectl plugins.
content_type: task content_type: task
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Extend Kubernetes" title: "Extend Kubernetes"
description: Understand advanced ways to adapt your Kubernetes cluster to the needs of your work environment.
weight: 90 weight: 90
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Inject Data Into Applications" title: "Inject Data Into Applications"
description: Specify configuration and other data for the Pods that run your workload.
weight: 30 weight: 30
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Run Jobs" title: "Run Jobs"
description: Run Jobs using parallel processing.
weight: 50 weight: 50
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Manage Cluster Daemons" title: "Manage Cluster Daemons"
description: Perform common tasks for managing a DaemonSet, such as performing a rolling update.
weight: 130 weight: 130
--- ---

View File

@ -3,6 +3,7 @@ reviewers:
- vishh - vishh
content_type: concept content_type: concept
title: Schedule GPUs title: Schedule GPUs
description: Configure and schedule GPUs for use as a resource by nodes in a cluster.
--- ---
<!-- overview --> <!-- overview -->

View File

@ -3,16 +3,14 @@ reviewers:
- derekwaynecarr - derekwaynecarr
title: Manage HugePages title: Manage HugePages
content_type: task content_type: task
description: Configure and manage huge pages as a schedulable resource in a cluster.
--- ---
<!-- overview --> <!-- overview -->
{{< feature-state state="stable" >}} {{< feature-state state="stable" >}}
Kubernetes supports the allocation and consumption of pre-allocated huge pages 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 by applications in a Pod. This page describes how users can consume huge pages.
can consume huge pages and the current limitations.
## {{% heading "prerequisites" %}} ## {{% heading "prerequisites" %}}
@ -125,6 +123,3 @@ term_id="kube-apiserver" >}} (`--feature-gates=HugePageStorageMediumSize=true`).
- NUMA locality guarantees as a feature of quality of service. - NUMA locality guarantees as a feature of quality of service.
- LimitRange support. - LimitRange support.

View File

@ -1,4 +1,5 @@
--- ---
title: "Manage Kubernetes Objects" title: "Manage Kubernetes Objects"
description: Declarative and imperative paradigms for interacting with the Kubernetes API.
weight: 25 weight: 25
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Network" title: "Networking"
description: Learn how to configure networking for your cluster.
weight: 160 weight: 160
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Run Applications" title: "Run Applications"
description: Run and manage both stateless and stateful applications.
weight: 40 weight: 40
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Install Service Catalog" title: "Service Catalog"
description: Install the Service Catalog extension API.
weight: 150 weight: 150
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "TLS" title: "TLS"
weight: 100 weight: 100
description: Understand how to protect traffic within your cluster using Transport Layer Security (TLS).
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: "Install Tools" title: "Install Tools"
description: Set up Kubernetes tools on your computer.
weight: 10 weight: 10
--- ---