[Issue ] Added a # symbol to What's next ()

* [Issue ] 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
pull/8360/head
Victor Giurgiu 2018-05-06 12:25:51 -07:00 committed by k8s-ci-robot
parent 221c38d62d
commit 17c0114fc8
1 changed files with 16 additions and 16 deletions
content/en/docs/tasks

View File

@ -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 show how to do individual tasks. A task page shows how to do a
single thing, typically by giving a short sequence of steps. 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. 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. 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. 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. 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. 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. 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. 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. 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). 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. Learn common tasks for administering a cluster.
#### Administering Federation ## Administering Federation
Configure components in a cluster 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. 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. 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. 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. 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 If you would like to write a task page, see
[Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/). [Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/).