diff --git a/content/en/docs/concepts/workloads/controllers/_index.md b/content/en/docs/concepts/workloads/controllers/_index.md index 993a088a4b..842d018d4f 100644 --- a/content/en/docs/concepts/workloads/controllers/_index.md +++ b/content/en/docs/concepts/workloads/controllers/_index.md @@ -1,6 +1,7 @@ --- title: "Workload Resources" weight: 20 +simple_list: true --- Kubernetes provides several built-in APIs for declarative management of your @@ -55,3 +56,6 @@ You can use a [Job](/docs/concepts/workloads/controllers/job/) and / or a [CronJob](/docs/concepts/workloads/controllers/cron-jobs/) to define tasks that run to completion and then stop. A Job represents a one-off task, whereas each CronJob repeats according to a schedule. + +Other topics in this section: +