Skip to content

Commit 74360fa

Browse files
author
Tim Bannister
committed
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.
1 parent 9f4f076 commit 74360fa

File tree

18 files changed

+23
-13
lines changed

18 files changed

+23
-13
lines changed

content/en/docs/tasks/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Learn various methods to directly access the Kubernetes API.
5050

5151
## Using TLS
5252

53-
Configure your application to trust and use the cluster root Certificate Authority (CA).
53+
Understand how to protect traffic within your cluster using Transport Layer Security (TLS).
5454

5555
## Administering a Cluster
5656

@@ -66,11 +66,11 @@ Perform common tasks for managing a DaemonSet, such as performing a rolling upda
6666

6767
## Managing GPUs
6868

69-
Configure and schedule NVIDIA GPUs for use as a resource by nodes in a cluster.
69+
Configure and schedule GPUs for use as a resource by nodes in a cluster.
7070

7171
## Managing HugePages
7272

73-
Configure and schedule huge pages as a schedulable resource in a cluster.
73+
Configure and manage huge pages as a schedulable resource in a cluster.
7474

7575

7676

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Access Applications in a Cluster"
3+
description: Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
34
weight: 60
45
---
56

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Administer a Cluster"
3+
description: Learn common tasks for administering a cluster.
34
weight: 20
45
---
56

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Configure Pods and Containers"
3+
description: Perform common configuration tasks for Pods and containers.
34
weight: 20
45
---
56

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Monitoring, Logging, and Debugging"
3+
description: Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
34
weight: 80
45
---
56

content/en/docs/tasks/extend-kubectl/kubectl-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Extend kubectl with plugins
33
reviewers:
44
- juanvallejo
55
- soltysh
6-
description: With kubectl plugins, you can extend the functionality of the kubectl command by adding new subcommands.
6+
description: Extend kubectl by creating and installing kubectl plugins.
77
content_type: task
88
---
99

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Extend Kubernetes"
3+
description: Understand advanced ways to adapt your Kubernetes cluster to the needs of your work environment.
34
weight: 90
45
---
56

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Inject Data Into Applications"
3+
description: Specify configuration and other data for the Pods that run your workload.
34
weight: 30
45
---
56

content/en/docs/tasks/job/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Run Jobs"
3+
description: Run Jobs using parallel processing.
34
weight: 50
45
---
56

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Manage Cluster Daemons"
3+
description: Perform common tasks for managing a DaemonSet, such as performing a rolling update.
34
weight: 130
45
---
56

0 commit comments

Comments
 (0)