Skip to content

Commit f6cd8d0

Browse files
authored
Merge pull request #21752 from sftim/20200614_add_task_descriptions
Revise descriptions for tasks
2 parents b5645be + 553279c commit f6cd8d0

File tree

18 files changed

+20
-74
lines changed

18 files changed

+20
-74
lines changed

content/en/docs/tasks/_index.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -5,79 +5,15 @@ weight: 50
55
content_type: concept
66
---
77

8-
98
<!-- overview -->
109

1110
This section of the Kubernetes documentation contains pages that
1211
show how to do individual tasks. A task page shows how to do a
1312
single thing, typically by giving a short sequence of steps.
1413

1514

16-
17-
<!-- body -->
18-
19-
## Web UI (Dashboard)
20-
21-
Deploy and access the Dashboard web user interface to help you manage and monitor containerized applications in a Kubernetes cluster.
22-
23-
## Using the kubectl Command-line
24-
25-
Install and setup the `kubectl` command-line tool used to directly manage Kubernetes clusters.
26-
27-
## Configuring Pods and Containers
28-
29-
Perform common configuration tasks for Pods and Containers.
30-
31-
## Running Applications
32-
33-
Perform common application management tasks, such as rolling updates, injecting information into pods, and horizontal Pod autoscaling.
34-
35-
## Running Jobs
36-
37-
Run Jobs using parallel processing.
38-
39-
## Accessing Applications in a Cluster
40-
41-
Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
42-
43-
## Monitoring, Logging, and Debugging
44-
45-
Setup monitoring and logging to troubleshoot a cluster or debug a containerized application.
46-
47-
## Accessing the Kubernetes API
48-
49-
Learn various methods to directly access the Kubernetes API.
50-
51-
## Using TLS
52-
53-
Configure your application to trust and use the cluster root Certificate Authority (CA).
54-
55-
## Administering a Cluster
56-
57-
Learn common tasks for administering a cluster.
58-
59-
## Managing Stateful Applications
60-
61-
Perform common tasks for managing Stateful applications, including scaling, deleting, and debugging StatefulSets.
62-
63-
## Cluster Daemons
64-
65-
Perform common tasks for managing a DaemonSet, such as performing a rolling update.
66-
67-
## Managing GPUs
68-
69-
Configure and schedule NVIDIA GPUs for use as a resource by nodes in a cluster.
70-
71-
## Managing HugePages
72-
73-
Configure and schedule huge pages as a schedulable resource in a cluster.
74-
75-
76-
7715
## {{% heading "whatsnext" %}}
7816

7917

8018
If you would like to write a task page, see
8119
[Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/).
82-
83-
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)