From 9b45e1553ca5cf53605ad0b99ac20841b2d397e5 Mon Sep 17 00:00:00 2001 From: Xieql Date: Thu, 11 Jan 2024 19:47:16 +0800 Subject: [PATCH] doc: add cleanup part in pipeline operation Signed-off-by: Xieql --- docs/content/en/docs/pipeline/operation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/content/en/docs/pipeline/operation.md b/docs/content/en/docs/pipeline/operation.md index 84606ba5d..67b436395 100644 --- a/docs/content/en/docs/pipeline/operation.md +++ b/docs/content/en/docs/pipeline/operation.md @@ -227,3 +227,14 @@ logs Display aggregated logs from multiple tasks within kurator pipeline ... ``` + + +## Cleanup + +To remove the pipeline examples used for testing, execute: + +```console +kurator delete pipelines.pipeline.kurator.dev -n kurator-pipeline test-predefined-task test-custom-task +``` + +> Please note: When the pipeline of Kurator is deleted, all the resources it created, including the pods of tasks and the services of event listener, will be deleted as well.