Add weights for topics under Tasks > Run App. (#8602)

This commit is contained in:
Steve Perry
2018-05-19 21:52:49 -07:00
committed by k8s-ci-robot
parent 6da9392d1e
commit d8e4ebb2fe
12 changed files with 12 additions and 1 deletions
@@ -1,5 +1,5 @@
--- ---
title: "Run Applications" title: "Run Applications"
weight: 50 weight: 40
--- ---
@@ -1,6 +1,7 @@
--- ---
title: Specifying a Disruption Budget for your Application title: Specifying a Disruption Budget for your Application
content_template: templates/task content_template: templates/task
weight: 110
--- ---
{{% capture overview %}} {{% capture overview %}}
@@ -7,6 +7,7 @@ reviewers:
- smarterclayton - smarterclayton
title: Delete a StatefulSet title: Delete a StatefulSet
content_template: templates/task content_template: templates/task
weight: 60
--- ---
{{% capture overview %}} {{% capture overview %}}
@@ -6,6 +6,7 @@ reviewers:
- smarterclayton - smarterclayton
title: Force Delete StatefulSet Pods title: Force Delete StatefulSet Pods
content_template: templates/task content_template: templates/task
weight: 70
--- ---
{{% capture overview %}} {{% capture overview %}}
@@ -5,6 +5,7 @@ reviewers:
- justinsb - justinsb
- directxman12 - directxman12
title: Horizontal Pod Autoscaler Walkthrough title: Horizontal Pod Autoscaler Walkthrough
weight: 100
--- ---
{{< toc >}} {{< toc >}}
@@ -4,6 +4,7 @@ reviewers:
- jszczepkowski - jszczepkowski
- directxman12 - directxman12
title: Horizontal Pod Autoscaler title: Horizontal Pod Autoscaler
weight: 90
--- ---
{{< toc >}} {{< toc >}}
@@ -2,6 +2,7 @@
reviewers: reviewers:
- janetkuo - janetkuo
title: Perform Rolling Update Using a Replication Controller title: Perform Rolling Update Using a Replication Controller
weight: 80
--- ---
{{< toc >}} {{< toc >}}
@@ -8,6 +8,7 @@ reviewers:
- smarterclayton - smarterclayton
title: Run a Replicated Stateful Application title: Run a Replicated Stateful Application
content_template: templates/tutorial content_template: templates/tutorial
weight: 30
--- ---
{{% capture overview %}} {{% capture overview %}}
@@ -1,6 +1,7 @@
--- ---
title: Run a Single-Instance Stateful Application title: Run a Single-Instance Stateful Application
content_template: templates/tutorial content_template: templates/tutorial
weight: 20
--- ---
{{% capture overview %}} {{% capture overview %}}
@@ -2,6 +2,7 @@
title: Run a Stateless Application Using a Deployment title: Run a Stateless Application Using a Deployment
min-kubernetes-server-version: v1.9 min-kubernetes-server-version: v1.9
content_template: templates/tutorial content_template: templates/tutorial
weight: 10
--- ---
{{% capture overview %}} {{% capture overview %}}
@@ -9,6 +9,7 @@ reviewers:
- smarterclayton - smarterclayton
title: Scale a StatefulSet title: Scale a StatefulSet
content_template: templates/task content_template: templates/task
weight: 50
--- ---
{{% capture overview %}} {{% capture overview %}}
@@ -2,6 +2,7 @@
title: Update API Objects in Place Using kubectl patch 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. 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 content_template: templates/task
weight: 40
--- ---
{{% capture overview %}} {{% capture overview %}}