Tidy whitespace

This commit is contained in:
Tim Bannister
2020-05-25 00:32:37 +01:00
parent b635757bc0
commit bbfe5e87b5
@@ -16,7 +16,6 @@ This tutorial provides an introduction to managing applications with
[StatefulSets](/docs/concepts/workloads/controllers/statefulset/). It [StatefulSets](/docs/concepts/workloads/controllers/statefulset/). It
demonstrates how to create, delete, scale, and update the Pods of StatefulSets. demonstrates how to create, delete, scale, and update the Pods of StatefulSets.
## {{% heading "prerequisites" %}} ## {{% heading "prerequisites" %}}
Before you begin this tutorial, you should familiarize yourself with the Before you begin this tutorial, you should familiarize yourself with the
@@ -35,7 +34,6 @@ PersistentVolumes. If your cluster is not configured to do so, you
will have to manually provision two 1 GiB volumes prior to starting this will have to manually provision two 1 GiB volumes prior to starting this
tutorial. tutorial.
## {{% heading "objectives" %}} ## {{% heading "objectives" %}}
StatefulSets are intended to be used with stateful applications and distributed StatefulSets are intended to be used with stateful applications and distributed
@@ -52,8 +50,8 @@ After this tutorial, you will be familiar with the following.
* How to scale a StatefulSet * How to scale a StatefulSet
* How to update a StatefulSet's Pods * How to update a StatefulSet's Pods
<!-- lessoncontent --> <!-- lessoncontent -->
## Creating a StatefulSet ## Creating a StatefulSet
Begin by creating a StatefulSet using the example below. It is similar to the Begin by creating a StatefulSet using the example below. It is similar to the
@@ -1045,6 +1043,3 @@ You will need to delete the persistent storage media for the PersistentVolumes
used in this tutorial. Follow the necessary steps, based on your environment, used in this tutorial. Follow the necessary steps, based on your environment,
storage configuration, and provisioning method, to ensure that all storage is storage configuration, and provisioning method, to ensure that all storage is
reclaimed. reclaimed.