Skip to content

Commit cd31f49

Browse files
authored
Merge pull request #23054 from Evalle/ISSUE-23030
Improve order of workload resources
2 parents e9667d3 + 7f1a2ca commit cd31f49

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/en/docs/concepts/workloads/controllers/daemonset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ reviewers:
77
- kow3ns
88
title: DaemonSet
99
content_type: concept
10-
weight: 50
10+
weight: 40
1111
---
1212

1313
<!-- overview -->

content/en/docs/concepts/workloads/controllers/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ feature:
88
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.
99
1010
content_type: concept
11-
weight: 30
11+
weight: 10
1212
---
1313

1414
<!-- overview -->

content/en/docs/concepts/workloads/controllers/garbage-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Garbage Collection
33
content_type: concept
4-
weight: 70
4+
weight: 60
55
---
66

77
<!-- overview -->

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ feature:
88
title: Batch execution
99
description: >
1010
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
11-
weight: 60
11+
weight: 50
1212
---
1313

1414
<!-- overview -->

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reviewers:
55
- madhusudancs
66
title: ReplicaSet
77
content_type: concept
8-
weight: 10
8+
weight: 20
99
---
1010

1111
<!-- overview -->

content/en/docs/concepts/workloads/controllers/replicationcontroller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ feature:
1010
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.
1111
1212
content_type: concept
13-
weight: 20
13+
weight: 90
1414
---
1515

1616
<!-- overview -->

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ reviewers:
88
- smarterclayton
99
title: StatefulSets
1010
content_type: concept
11-
weight: 40
11+
weight: 30
1212
---
1313

1414
<!-- overview -->

0 commit comments

Comments
 (0)