Merge pull request #49 from aschepis/patch-2

[docs] Add missing `create` on api registration
This commit is contained in:
Solly Ross 2018-02-22 14:26:30 -05:00 committed by GitHub
commit cfe8f36c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,7 +344,7 @@ spec:
Register that registration object with the aggregator:
```shell
$ kubectl -f cm-registration.yaml
$ kubectl create -f cm-registration.yaml
```
### Double-Checking Your Work ###