Add missing create on api registration

when creating the custom APIService the example was missing the `create` portion of the `kubectl` command.
This commit is contained in:
Adam Schepis 2018-02-22 09:23:32 -05:00 committed by GitHub
parent b9e8dd74bf
commit 66527c6c6b
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 ###