Improve order of workload resources

This commit is contained in:
Evgeny Shmarnev
2020-08-10 09:56:48 +02:00
parent 51b4fa8fc7
commit 7f1a2cace5
7 changed files with 7 additions and 7 deletions
@@ -7,7 +7,7 @@ reviewers:
- kow3ns - kow3ns
title: DaemonSet title: DaemonSet
content_type: concept content_type: concept
weight: 50 weight: 40
--- ---
<!-- overview --> <!-- overview -->
@@ -8,7 +8,7 @@ feature:
Kubernetes progressively rolls out changes to your application or its configuration, while monitoring application health to ensure it doesn't kill all your instances at the same time. If something goes wrong, Kubernetes will rollback the change for you. Take advantage of a growing ecosystem of deployment solutions. Kubernetes progressively rolls out changes to your application or its configuration, while monitoring application health to ensure it doesn't kill all your instances at the same time. If something goes wrong, Kubernetes will rollback the change for you. Take advantage of a growing ecosystem of deployment solutions.
content_type: concept content_type: concept
weight: 30 weight: 10
--- ---
<!-- overview --> <!-- overview -->
@@ -1,7 +1,7 @@
--- ---
title: Garbage Collection title: Garbage Collection
content_type: concept content_type: concept
weight: 70 weight: 60
--- ---
<!-- overview --> <!-- overview -->
@@ -8,7 +8,7 @@ feature:
title: Batch execution title: Batch execution
description: > description: >
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired. In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
weight: 60 weight: 50
--- ---
<!-- overview --> <!-- overview -->
@@ -5,7 +5,7 @@ reviewers:
- madhusudancs - madhusudancs
title: ReplicaSet title: ReplicaSet
content_type: concept content_type: concept
weight: 10 weight: 20
--- ---
<!-- overview --> <!-- overview -->
@@ -10,7 +10,7 @@ feature:
Restarts containers that fail, replaces and reschedules containers when nodes die, kills containers that don't respond to your user-defined health check, and doesn't advertise them to clients until they are ready to serve. Restarts containers that fail, replaces and reschedules containers when nodes die, kills containers that don't respond to your user-defined health check, and doesn't advertise them to clients until they are ready to serve.
content_type: concept content_type: concept
weight: 20 weight: 90
--- ---
<!-- overview --> <!-- overview -->
@@ -8,7 +8,7 @@ reviewers:
- smarterclayton - smarterclayton
title: StatefulSets title: StatefulSets
content_type: concept content_type: concept
weight: 40 weight: 30
--- ---
<!-- overview --> <!-- overview -->