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"
weight: 50
weight: 40
---
@@ -1,6 +1,7 @@
---
title: Specifying a Disruption Budget for your Application
content_template: templates/task
weight: 110
---
{{% capture overview %}}
@@ -7,6 +7,7 @@ reviewers:
- smarterclayton
title: Delete a StatefulSet
content_template: templates/task
weight: 60
---
{{% capture overview %}}
@@ -6,6 +6,7 @@ reviewers:
- smarterclayton
title: Force Delete StatefulSet Pods
content_template: templates/task
weight: 70
---
{{% capture overview %}}
@@ -5,6 +5,7 @@ reviewers:
- justinsb
- directxman12
title: Horizontal Pod Autoscaler Walkthrough
weight: 100
---
{{< toc >}}
@@ -4,6 +4,7 @@ reviewers:
- jszczepkowski
- directxman12
title: Horizontal Pod Autoscaler
weight: 90
---
{{< toc >}}
@@ -2,6 +2,7 @@
reviewers:
- janetkuo
title: Perform Rolling Update Using a Replication Controller
weight: 80
---
{{< toc >}}
@@ -8,6 +8,7 @@ reviewers:
- smarterclayton
title: Run a Replicated Stateful Application
content_template: templates/tutorial
weight: 30
---
{{% capture overview %}}
@@ -1,6 +1,7 @@
---
title: Run a Single-Instance Stateful Application
content_template: templates/tutorial
weight: 20
---
{{% capture overview %}}
@@ -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 %}}
@@ -9,6 +9,7 @@ reviewers:
- smarterclayton
title: Scale a StatefulSet
content_template: templates/task
weight: 50
---
{{% capture overview %}}
@@ -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 %}}