From e0ebaa97990ad423b385435dcce2980416344b19 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 6 Nov 2018 21:09:10 +0000 Subject: [PATCH] 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 --- doc/source/configuration.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 8723a2941..873aa533c 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -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.