Skip to content

Commit

Permalink
Merge pull request kurator-dev#558 from Xieql/fix-pip-doc
Browse files Browse the repository at this point in the history
doc: add cleanup part in pipeline operation
  • Loading branch information
kurator-bot authored Jan 12, 2024
2 parents 617bf0d + 9b45e15 commit a96200d
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

...
```


## 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.

0 comments on commit a96200d

Please sign in to comment.