From 6cedd76a86ff911bff89984f1c12622238d54eec 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..87a3e737f 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 ... ``` + + +## Triggering the Pipeline + +To remove the pipeline examples used for testing, execute: + +``` +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.