Skip to content

Conversation

hasbro17
Copy link
Contributor

Fixed a few typos, changed the phrasing in a few places to clarify acronyms, and removed repeated explanations.

/cc @fanminshi

README.md Outdated
```

## Creating a new project
This should install the CLI binary `operator-sdk` at `$GOPATH/bin`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, I think go install always installs the binary under $GOPATH/bin? correct me if I am wrong.
If that's the case, we probably should say This installs to be more certain.

Also I think we should be have a tone with certainty in our readme; hence avoid any phrase meaning likely or probable.

README.md Outdated
```

This generates a project repo `memcached-operator`, a custom resource with APIVersion `cache.example.com/v1apha1` and Kind `Memcached`, and an example operator that watches all deployments in the same namespace and logs deployment names.
This creates the project directory `memcached-operator`, and generates the API pkg tree for a custom resource with APIVersion `cache.example.com/v1apha1` and Kind `Memcached`.
Copy link
Contributor

Choose a reason for hiding this comment

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

memcached-operator, and -> memcached-operator and?
No ,?

README.md Outdated
At this point we are ready to build and run a functional operator.

The default operator behaviour as seen in the entrypoint `cmd/memcached-operator/main.go` is to watch for Deployments in the default namespace and print out their names.
The default operator behaviour defined in the entrypoint `cmd/memcached-operator/main.go` is to watch for Deployments in the default namespace and print out their names.
Copy link
Contributor

Choose a reason for hiding this comment

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

also change entrypoint -> entry point?

```

Check memcached-operator pod’s log:
Check the memcached-operator pod’s log:
Copy link
Contributor

Choose a reason for hiding this comment

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

suggest to change
The memcached-operator would be up and running: at line 111
to
Verify that the memcached-operator is up and running:

@hasbro17
Copy link
Contributor Author

Fixed.

@fanminshi
Copy link
Contributor

lgtm

@hasbro17 hasbro17 merged commit e2cafaf into operator-framework:master Mar 26, 2018
@hasbro17 hasbro17 deleted the haseeb/README-fix-typo branch March 26, 2018 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants