From 10cd61bc62fa61278a00fb932d60e599c1602f54 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 8 Jun 2017 13:15:43 -0700 Subject: [PATCH] Change Task titles to imperative: Run Apps. (#4025) --- _data/tasks.yml | 2 +- docs/tasks/run-application/delete-stateful-set.md | 2 +- docs/tasks/run-application/force-delete-stateful-set-pod.md | 4 ++-- .../run-application/rolling-update-replication-controller.md | 2 +- .../run-application/run-replicated-stateful-application.md | 4 ++-- .../run-single-instance-stateful-application.md | 2 +- .../run-application/run-stateless-application-deployment.md | 2 +- docs/tasks/run-application/scale-stateful-set.md | 2 +- docs/tasks/run-application/upgrade-pet-set-to-stateful-set.md | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_data/tasks.yml b/_data/tasks.yml index f1f4da5d8a..81a7f6c3f1 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -34,7 +34,7 @@ toc: - docs/tasks/inject-data-application/distribute-credentials-secure.md - docs/tasks/inject-data-application/podpreset.md -- title: Running Applications +- title: Run Applications section: - docs/tasks/run-application/run-stateless-application-deployment.md - docs/tasks/run-application/run-single-instance-stateful-application.md diff --git a/docs/tasks/run-application/delete-stateful-set.md b/docs/tasks/run-application/delete-stateful-set.md index 06aa9c0685..6e6c803eb5 100644 --- a/docs/tasks/run-application/delete-stateful-set.md +++ b/docs/tasks/run-application/delete-stateful-set.md @@ -5,7 +5,7 @@ assignees: - foxish - janetkuo - smarterclayton -title: Deleting a Stateful Set +title: Delete a Stateful Set redirect_from: - "/docs/tasks/manage-stateful-set/deleting-a-statefulset/" - "/docs/tasks/manage-stateful-set/deleting-a-statefulset.html" diff --git a/docs/tasks/run-application/force-delete-stateful-set-pod.md b/docs/tasks/run-application/force-delete-stateful-set-pod.md index 9f585253ae..c7860d18ca 100644 --- a/docs/tasks/run-application/force-delete-stateful-set-pod.md +++ b/docs/tasks/run-application/force-delete-stateful-set-pod.md @@ -4,7 +4,7 @@ assignees: - erictune - foxish - smarterclayton -title: Force Deleting StatefulSet Pods +title: Force Delete StatefulSet Pods redirect:from: - "/docs/tasks/manage-stateful-set/delete-pods/" - "/docs/tasks/manage-stateful-set/delete-pods.html" @@ -30,7 +30,7 @@ In normal operation of a StatefulSet, there is **never** a need to force delete Manual force deletion should be undertaken with caution, as it has the potential to violate the at most one semantics inherent to StatefulSet. StatefulSets may be used to run distributed and clustered applications which have a need for a stable network identity and stable storage. These applications often have configuration which relies on an ensemble of a fixed number of members with fixed identities. Having multiple members with the same identity can be disastrous and may lead to data loss (e.g. split brain scenario in quorum-based systems). -## Deleting Pods +## Delete Pods You can perform a graceful pod deletion with the following command: diff --git a/docs/tasks/run-application/rolling-update-replication-controller.md b/docs/tasks/run-application/rolling-update-replication-controller.md index 005d971288..37df460f13 100644 --- a/docs/tasks/run-application/rolling-update-replication-controller.md +++ b/docs/tasks/run-application/rolling-update-replication-controller.md @@ -1,7 +1,7 @@ --- assignees: - janetkuo -title: Performing a Rolling Update Using a Replication Controller +title: Perform Rolling Update Using a Replication Controller redirect_from: - "/docs/user-guide/rolling-updates/" - "/docs/user-guide/rolling-updates.html" diff --git a/docs/tasks/run-application/run-replicated-stateful-application.md b/docs/tasks/run-application/run-replicated-stateful-application.md index e694eb31b8..0d18d10dab 100644 --- a/docs/tasks/run-application/run-replicated-stateful-application.md +++ b/docs/tasks/run-application/run-replicated-stateful-application.md @@ -7,7 +7,7 @@ assignees: - janetkuo - kow3ns - smarterclayton -title: Running a Replicated Stateful Application +title: Run a Replicated Stateful Application redirect_from: - "/docs/tutorials/stateful-application/run-replicated-stateful-application/" - "/docs/tutorials/stateful-application/run-replicated-stateful-application.html" @@ -52,7 +52,7 @@ on general patterns for running stateful applications in Kubernetes. {% capture lessoncontent %} -## Deploying MySQL +## Deploy MySQL The example MySQL deployment consists of a ConfigMap, two Services, and a StatefulSet. diff --git a/docs/tasks/run-application/run-single-instance-stateful-application.md b/docs/tasks/run-application/run-single-instance-stateful-application.md index d09918542b..6e22164ba9 100644 --- a/docs/tasks/run-application/run-single-instance-stateful-application.md +++ b/docs/tasks/run-application/run-single-instance-stateful-application.md @@ -1,5 +1,5 @@ --- -title: Running a Single-Instance Stateful Application +title: Run a Single-Instance Stateful Application redirect_from: - "/docs/tutorials/stateful-application/run-stateful-application/" - "/docs/tutorials/stateful-application/run-stateful-application.html" diff --git a/docs/tasks/run-application/run-stateless-application-deployment.md b/docs/tasks/run-application/run-stateless-application-deployment.md index 988dc6c808..c0ed69b320 100644 --- a/docs/tasks/run-application/run-stateless-application-deployment.md +++ b/docs/tasks/run-application/run-stateless-application-deployment.md @@ -1,5 +1,5 @@ --- -title: Running a Stateless Application Using a Deployment +title: Run a Stateless Application Using a Deployment redirect_from: - "/docs/user-guide/simple-nginx/" - "/docs/user-guide/simple-nginx.html" diff --git a/docs/tasks/run-application/scale-stateful-set.md b/docs/tasks/run-application/scale-stateful-set.md index 9386393fbb..de3b8fab46 100644 --- a/docs/tasks/run-application/scale-stateful-set.md +++ b/docs/tasks/run-application/scale-stateful-set.md @@ -7,7 +7,7 @@ assignees: - janetkuo - kow3ns - smarterclayton -title: Scaling a StatefulSet +title: Scale a StatefulSet redirect_from: - "/docs/tasks/manage-stateful-set/scale-stateful-set/" - "/docs/tasks/manage-stateful-set/scale-stateful-set.html" diff --git a/docs/tasks/run-application/upgrade-pet-set-to-stateful-set.md b/docs/tasks/run-application/upgrade-pet-set-to-stateful-set.md index 5d1912bb4d..358fc022f5 100644 --- a/docs/tasks/run-application/upgrade-pet-set-to-stateful-set.md +++ b/docs/tasks/run-application/upgrade-pet-set-to-stateful-set.md @@ -7,7 +7,7 @@ assignees: - janetkuo - kow3ns - smarterclayton -title: Upgrading from PetSets to StatefulSets +title: Upgrade from PetSets to StatefulSets redirect_from: - "/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/" - "/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set.html"