You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: memcached-operator/README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,12 @@ $ sed -i "" 's|REPLACE_IMAGE|quay.io/example-inc/memcached-operator|g' deploy/op
56
56
57
57
### Installing
58
58
59
-
Run `make install` and check the operator and the example Memcached deployed and running in the cluster
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.
60
60
61
61
### Uninstalling
62
62
63
63
To uninstall all that was performed in the above step run `make uninstall`.
64
64
65
-
**NOTE:** To check what is done in the Make commands see the [Makefile](./Makefile)
0 commit comments