Correct heading levels for Kubernetes config docs

Switch to the correct underline styles for the Kubernetes
configuration document sections so the driver entry appears at the
same heading level as other drivers in the ToC. Also use title
capitalization on the subsection names.

Change-Id: Ibba997102ea61950bae33a3382f9a1543eddf5c6
This commit is contained in:
Jeremy Stanley 2018-11-06 21:09:10 +00:00
parent 6c461c3877
commit e0ebaa9799
1 changed files with 6 additions and 6 deletions

View File

@ -1006,8 +1006,8 @@ Selecting the static driver adds the following options to the
The number of jobs that can run in parallel on this node.
Kubernetes driver
^^^^^^^^^^^^^^^^^
Kubernetes Driver
-----------------
A Kubernetes provider's resources are partitioned into groups called "pool"
(see :ref:`k8s_pools` for details), and within a pool, the node types which
@ -1048,8 +1048,8 @@ Example::
.. _k8s_pools:
Kubernetes pools
~~~~~~~~~~~~~~~~
Kubernetes Pools
^^^^^^^^^^^^^^^^
A pool defines a group of resources from a Kubernetes provider. Each pool has a
maximum number of namespace which can be created (Not Implemented yet).
@ -1069,8 +1069,8 @@ Example::
.. _k8s_labels:
Kubernetes labels
~~~~~~~~~~~~~~~~~
Kubernetes Labels
^^^^^^^^^^^^^^^^^
Each entry in a pool`s `labels` section indicates that the
corresponding label is available for use in this pool.