Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ At a high level an operator using the SDK processes events for watched resources
First, checkout and install the operator-sdk CLI:

```sh
$ cd $GOPATH/src/github.com/coreos/operator-sdk
$ git checkout tags/v0.0.2
$ dep ensure
$ go install github.com/coreos/operator-sdk/commands/operator-sdk
```

Expand Down
4 changes: 3 additions & 1 deletion doc/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ The Operator SDK has a CLI tool that helps the developer to create, build, and d
Checkout the desired release tag and install the SDK CLI tool:

```sh
$ cd $GOPATH/src/github.com/coreos/operator-sdk
$ git checkout tags/v0.0.2
$ dep ensure
$ go install github.com/coreos/operator-sdk/commands/operator-sdk
```

Expand Down Expand Up @@ -202,7 +204,7 @@ $ kubectl delete -f deploy/cr.yaml
$ kubectl delete -f deploy/operator.yaml
```

[memcached_handler]: ../example/memcached-operator/handler.go
[memcached_handler]: ../example/memcached-operator/handler.go.tmpl
[layout_doc]:./project_layout.md
[dep_tool]:https://golang.github.io/dep/docs/installation.html
[go_tool]:https://golang.org/dl/
Expand Down