From 17c0114fc85b22227b93ed00f6032b74458b3d46 Mon Sep 17 00:00:00 2001 From: Victor Giurgiu Date: Sun, 6 May 2018 12:25:51 -0700 Subject: [PATCH] [Issue #8336] Added a # symbol to What's next (#8353) * [Issue #8336] Added a # symbol to What's next Looking to see if the Table of contents will render properly if all the headers are H4 (####) * use h2 instead of h4 --- content/en/docs/tasks/_index.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/content/en/docs/tasks/_index.md b/content/en/docs/tasks/_index.md index 0aaf1d0817..81e89533c4 100644 --- a/content/en/docs/tasks/_index.md +++ b/content/en/docs/tasks/_index.md @@ -8,67 +8,67 @@ This section of the Kubernetes documentation contains pages that show how to do individual tasks. A task page shows how to do a single thing, typically by giving a short sequence of steps. -#### Web UI (Dashboard) +## Web UI (Dashboard) Deploy and access the Dashboard web user interface to help you manage and monitor containerized applications in a Kubernetes cluster. -#### Using the kubectl Command-line +## Using the kubectl Command-line Install and setup the `kubectl` command-line tool used to directly manage Kubernetes clusters. -#### Configuring Pods and Containers +## Configuring Pods and Containers Perform common configuration tasks for Pods and Containers. -#### Running Applications +## Running Applications Perform common application management tasks, such as rolling updates, injecting information into pods, and horizontal Pod autoscaling. -#### Running Jobs +## Running Jobs Run Jobs using parallel processing. -#### Accessing Applications in a Cluster +## Accessing Applications in a Cluster Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster. -#### Monitoring, Logging, and Debugging +## Monitoring, Logging, and Debugging Setup monitoring and logging to troubleshoot a cluster or debug a containerized application. -#### Accessing the Kubernetes API +## Accessing the Kubernetes API 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). -#### Administering a Cluster +## Administering a Cluster Learn common tasks for administering a cluster. -#### Administering Federation +## Administering Federation Configure components in a cluster federation. -#### Managing Stateful Applications +## Managing Stateful Applications Perform common tasks for managing Stateful applications, including scaling, deleting, and debugging StatefulSets. -#### Cluster Daemons +## Cluster Daemons Perform common tasks for managing a DaemonSet, such as performing a rolling update. -#### Managing GPUs +## Managing GPUs Configure and schedule NVIDIA 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. -### What's next +## What's next If you would like to write a task page, see [Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/).