Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 8236e01

Browse files
pratikjagrutjmrodri
authored andcommitted
Update README to add test related target (#73)
1 parent 4a5f2a9 commit 8236e01

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

memcached-operator/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ sed -i "" 's|REPLACE_IMAGE|quay.io/example-inc/memcached-operator|g' deploy/op
5656

5757
### Installing
5858

59-
Run make install to install the operator. Check that the operator is running in the cluster, also check that the example Memcached service was deployed.
59+
Run `make install` to install the operator. Check that the operator is running in the cluster, also check that the example Memcached service was deployed.
6060

6161
### Uninstalling
6262

@@ -67,4 +67,8 @@ To uninstall all that was performed in the above step run `make uninstall`.
6767
[kubectl_tool]:https://kubernetes.io/docs/tasks/tools/install-kubectl/
6868
[docker_tool]:https://docs.docker.com/install/
6969
[operator_sdk]:https://github.com/operator-framework/operator-sdk
70-
[operator_install]:https://github.com/operator-framework/operator-sdk/blob/master/doc/user/install-operator-sdk.md
70+
[operator_install]:https://github.com/operator-framework/operator-sdk/blob/master/doc/user/install-operator-sdk.md
71+
72+
### Run Tests
73+
74+
Run `make test-e2e` to run integration tests. This command will execute many times the same e2e tests. Its purposes is just to illustrate few options.

0 commit comments

Comments
 (0)