Skip to content

Commit

Permalink
tweak to make clearer some implicit dependencies (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Keister <[email protected]>

Signed-off-by: Jordan Keister <[email protected]>
  • Loading branch information
grokspawn authored Oct 10, 2022
1 parent b714dc1 commit ec3031c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Use the [Operator SDK](https://sdk.operatorframework.io/docs/installation/) CLI
Create a directory for the memcached operator:

```
mkdir -p <directory>
mkdir -p memcached-operator
```

Navigate into the newly created directory and initialize the project with:
Expand Down Expand Up @@ -84,6 +84,8 @@ The following command will build and push an operator image:
make docker-build docker-push IMG=<registry>/<user>/<img-name>:<version>
```

Note: this tutorial will use the docker image tag `example.com/memcached-operator:v0.0.1` for future steps. You should replace references to this with the docker tag you pushed as `IMG`, above.

### Generating CRD manifests

```sh
Expand Down

0 comments on commit ec3031c

Please sign in to comment.