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

Update README to add test related target #73

Merged
merged 1 commit into from
Oct 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions memcached-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ sed -i "" 's|REPLACE_IMAGE|quay.io/example-inc/memcached-operator|g' deploy/op

### Installing

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

### Uninstalling

Expand All @@ -67,4 +67,8 @@ To uninstall all that was performed in the above step run `make uninstall`.
[kubectl_tool]:https://kubernetes.io/docs/tasks/tools/install-kubectl/
[docker_tool]:https://docs.docker.com/install/
[operator_sdk]:https://github.com/operator-framework/operator-sdk
[operator_install]:https://github.com/operator-framework/operator-sdk/blob/master/doc/user/install-operator-sdk.md
[operator_install]:https://github.com/operator-framework/operator-sdk/blob/master/doc/user/install-operator-sdk.md

### Run Tests

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.
Copy link
Member

Choose a reason for hiding this comment

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

I would rephrase the above sentence. But it matches what is currently in the Makefile. I will approve this and submit another PR to rephrase the text.