Skip to content

Commit

Permalink
doc: add cleanup part in pipeline operation
Browse files Browse the repository at this point in the history
Signed-off-by: Xieql <xieqianglong@huawei.com>
  • Loading branch information
Xieql committed Jan 11, 2024
1 parent 950b692 commit 6cedd76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/content/en/docs/pipeline/operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6cedd76

Please # to comment.