From d8e4ebb2fe60606aab9b62066c533e688f91020b Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Sat, 19 May 2018 21:52:49 -0700 Subject: [PATCH] Add weights for topics under Tasks > Run App. (#8602) --- content/en/docs/tasks/run-application/_index.md | 2 +- content/en/docs/tasks/run-application/configure-pdb.md | 1 + content/en/docs/tasks/run-application/delete-stateful-set.md | 1 + .../docs/tasks/run-application/force-delete-stateful-set-pod.md | 1 + .../run-application/horizontal-pod-autoscale-walkthrough.md | 1 + .../en/docs/tasks/run-application/horizontal-pod-autoscale.md | 1 + .../run-application/rolling-update-replication-controller.md | 1 + .../run-application/run-replicated-stateful-application.md | 1 + .../run-application/run-single-instance-stateful-application.md | 1 + .../run-application/run-stateless-application-deployment.md | 1 + content/en/docs/tasks/run-application/scale-stateful-set.md | 1 + .../tasks/run-application/update-api-object-kubectl-patch.md | 1 + 12 files changed, 12 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/_index.md b/content/en/docs/tasks/run-application/_index.md index a1c7320df8..c9d64ac3fe 100755 --- a/content/en/docs/tasks/run-application/_index.md +++ b/content/en/docs/tasks/run-application/_index.md @@ -1,5 +1,5 @@ --- title: "Run Applications" -weight: 50 +weight: 40 --- diff --git a/content/en/docs/tasks/run-application/configure-pdb.md b/content/en/docs/tasks/run-application/configure-pdb.md index e53d648475..1e0a3b67ad 100644 --- a/content/en/docs/tasks/run-application/configure-pdb.md +++ b/content/en/docs/tasks/run-application/configure-pdb.md @@ -1,6 +1,7 @@ --- title: Specifying a Disruption Budget for your Application content_template: templates/task +weight: 110 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/run-application/delete-stateful-set.md b/content/en/docs/tasks/run-application/delete-stateful-set.md index 7dd8fab803..564d18114e 100644 --- a/content/en/docs/tasks/run-application/delete-stateful-set.md +++ b/content/en/docs/tasks/run-application/delete-stateful-set.md @@ -7,6 +7,7 @@ reviewers: - smarterclayton title: Delete a StatefulSet content_template: templates/task +weight: 60 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/run-application/force-delete-stateful-set-pod.md b/content/en/docs/tasks/run-application/force-delete-stateful-set-pod.md index 2b51ddf263..323cdd57e5 100644 --- a/content/en/docs/tasks/run-application/force-delete-stateful-set-pod.md +++ b/content/en/docs/tasks/run-application/force-delete-stateful-set-pod.md @@ -6,6 +6,7 @@ reviewers: - smarterclayton title: Force Delete StatefulSet Pods content_template: templates/task +weight: 70 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index 07c6bbd87d..cb7b4c8635 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -5,6 +5,7 @@ reviewers: - justinsb - directxman12 title: Horizontal Pod Autoscaler Walkthrough +weight: 100 --- {{< toc >}} diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md index 6343937c2c..46f2615624 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -4,6 +4,7 @@ reviewers: - jszczepkowski - directxman12 title: Horizontal Pod Autoscaler +weight: 90 --- {{< toc >}} diff --git a/content/en/docs/tasks/run-application/rolling-update-replication-controller.md b/content/en/docs/tasks/run-application/rolling-update-replication-controller.md index 171cf42a6d..027726a3bc 100644 --- a/content/en/docs/tasks/run-application/rolling-update-replication-controller.md +++ b/content/en/docs/tasks/run-application/rolling-update-replication-controller.md @@ -2,6 +2,7 @@ reviewers: - janetkuo title: Perform Rolling Update Using a Replication Controller +weight: 80 --- {{< toc >}} diff --git a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md index 637aa1ee16..551fa2ace8 100644 --- a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md +++ b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md @@ -8,6 +8,7 @@ reviewers: - smarterclayton title: Run a Replicated Stateful Application content_template: templates/tutorial +weight: 30 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/run-application/run-single-instance-stateful-application.md b/content/en/docs/tasks/run-application/run-single-instance-stateful-application.md index 15c0f3af83..3840ad2a00 100644 --- a/content/en/docs/tasks/run-application/run-single-instance-stateful-application.md +++ b/content/en/docs/tasks/run-application/run-single-instance-stateful-application.md @@ -1,6 +1,7 @@ --- title: Run a Single-Instance Stateful Application content_template: templates/tutorial +weight: 20 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/run-application/run-stateless-application-deployment.md b/content/en/docs/tasks/run-application/run-stateless-application-deployment.md index 78b4a79fd7..182a5b31ed 100644 --- a/content/en/docs/tasks/run-application/run-stateless-application-deployment.md +++ b/content/en/docs/tasks/run-application/run-stateless-application-deployment.md @@ -2,6 +2,7 @@ title: Run a Stateless Application Using a Deployment min-kubernetes-server-version: v1.9 content_template: templates/tutorial +weight: 10 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/run-application/scale-stateful-set.md b/content/en/docs/tasks/run-application/scale-stateful-set.md index 425b396a17..440fd33ed5 100644 --- a/content/en/docs/tasks/run-application/scale-stateful-set.md +++ b/content/en/docs/tasks/run-application/scale-stateful-set.md @@ -9,6 +9,7 @@ reviewers: - smarterclayton title: Scale a StatefulSet content_template: templates/task +weight: 50 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/run-application/update-api-object-kubectl-patch.md b/content/en/docs/tasks/run-application/update-api-object-kubectl-patch.md index 56c33fb578..cdf2d73a55 100644 --- a/content/en/docs/tasks/run-application/update-api-object-kubectl-patch.md +++ b/content/en/docs/tasks/run-application/update-api-object-kubectl-patch.md @@ -2,6 +2,7 @@ title: Update API Objects in Place Using kubectl patch description: Use kubectl patch to update Kubernetes API objects in place. Do a strategic merge patch or a JSON merge patch. content_template: templates/task +weight: 40 --- {{% capture overview %}}