Skip to content

Commit

Permalink
docs: rename "tasks" page, delete section from "Tutorials" (keptn#2088)
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
Co-authored-by: odubajDT <[email protected]>
  • Loading branch information
StackScribe and odubajDT authored Sep 29, 2023
1 parent d1c9ffa commit 8e5dd76
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,4 @@ See [KeptnApp Reference page](../yaml-crd-ref/app.md) for more information.

Keptn can run pre and post deployment tasks and SLO evaluations automatically.

Continue the Keptn learning journey by [adding deployment tasks](../tutorials/tasks/_index.md).
Continue the Keptn learning journey by [adding deployment tasks](../implementing/tasks).
18 changes: 14 additions & 4 deletions docs/content/en/docs/implementing/tasks/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Working with Keptn tasks
title: Deployment tasks
description: Learn how to work with Keptn tasks
weight: 90
hidechildren: false # this flag hides all sub-pages in the sidebar-multicard.html
Expand All @@ -14,6 +14,14 @@ as part of the pre- and post-deployment phases of a
[KeptnApp](../../yaml-crd-ref/app.md) or
[KeptnWorkload](../../crd-ref/lifecycle/v1alpha3/#keptnworkload).

- pre-deployment (before the pod is scheduled)
- post-deployment (after the pod is scheduled)

These `KeptnTask` resources and the
`KeptnEvaluation` resources (discussed in
[Evaluations](../evaluations.md))
are part of the Keptn Release Lifecycle Management.

A
[KeptnTask](../../crd-ref/lifecycle/v1alpha3/#keptntask)
executes as a runner in an application
Expand All @@ -30,14 +38,16 @@ To implement a `KeptnTask`:
and the executables to be run
pre- and post-deployment
- Apply [basic-annotations](../integrate/#basic-annotations)
to your workloads to integrate your task with Kubernetes
to your workloads to integrate your task with Kubernetes and,
if desired, creates a `KeptnApp` resource
that consolidates multiple workloads into a single application
- Annotate the appropriate
[KeptnApp](../../yaml-crd-ref/app.md)
resource to associate your `KeptnTaskDefinition`
with the pre- and post-deployment tasks that should run it;
with the pre- and post-deployment tasks that should be run;
see
[Pre- and post-deployment tasks and checks](../integrate/#pre--and-post-deployment-checks)
for more information.
for more information

This page provides information to help you create your tasks:

Expand Down
10 changes: 0 additions & 10 deletions docs/content/en/docs/tutorials/_index.md

This file was deleted.

0 comments on commit 8e5dd76

Please sign in to comment.