Skip to content

Commit

Permalink
Add link to the tutorial on the Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Apr 13, 2021
1 parent 8091461 commit ca1a5dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
`k6io/operator` is a kubernetes operator for running distributed k6 tests in your cluster.

Read also the [complete tutorial](https://k6.io/blog/running-distributed-tests-on-k8s/) to learn more about how to use this project.

## Setup

### Deploying the operator
Expand Down Expand Up @@ -86,3 +88,7 @@ Running the command below will delete all resources created by the operator.
```bash
$ make delete
```

## See also

- [Running distributed k6 tests on Kubernetes](https://k6.io/blog/running-distributed-tests-on-k8s/)

1 comment on commit ca1a5dd

@ppcano
Copy link
Contributor Author

@ppcano ppcano commented on ca1a5dd Apr 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simskij Feel free to change the mention to the tutorial.

Please sign in to comment.