Skip to content

Commit 900371d

Browse files
committed
docs
1 parent 9837d60 commit 900371d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# integration tests
22

3-
This is a working example of a kubernetes application `dapp`, that is deployed on CI during circle's `kind_k8s` and `kind_compile` job.
3+
This is a working example of a kubernetes application `dapp`, that is deployed on CI during circle's `kind_k8s` and `kind_compile` job. See [this part of the .circleci/config](https://github.com/clux/kube-rs/blob/9837d60246a0528f8d810243fe544014d1e51dca/.circleci/config.yml#L32-L84).
44

55
## Behavior
66
The app currently only does what the `job_api` example does, but from within the cluster, so it needs the rbac permissions to `create` a `job` in `batch`.
@@ -27,8 +27,6 @@ It's successful if the app exits successfully, without encountering errors.
2727
## Locally
2828
Start a cluster first. Say, via `make minikube-create && make minikube` or `make kind-create && make kind`.
2929

30-
NB: Mileage may vary. At time of writing `kind` was best for CI (but had troubles loading images), whereas `minikube` seems more battle tested for local development at the moment.
31-
3230
### Building Yourself
3331
Run `make integration-test` to cross compile `dapp` with `muslrust` locally using the same docker image, and then deploy it to the current active cluster.
3432

0 commit comments

Comments
 (0)