Skip to content

Commit

Permalink
Update README.md (flyteorg#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeioulisa authored Jan 4, 2022
1 parent 3e656cb commit 51c85b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ To delete a specific workflow
```

To delete all completed workflows - they have to be either success/failed with a special isCompleted label set on them.
The Label is set `here <https://github.com/flyteorg/flytepropeller/blob/master/pkg/controller/controller.go#L247>`
The Label is set [here](https://github.com/flyteorg/flytepropeller/blob/master/pkg/controller/controller.go#L247)

```
$ kubectl-flyte delete --namespace flytekit-development --all-completed
```

Running propeller locally
-------------------------
use the config.yaml in root found `here <https://github.com/flyteorg/flytepropeller/blob/master/config.yaml>`. Cd into
use the config.yaml in root found [here](https://github.com/flyteorg/flytepropeller/blob/master/config.yaml). Cd into
this folder and then run

```
Expand Down

0 comments on commit 51c85b7

Please sign in to comment.