mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
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:
parent
b9e8dd74bf
commit
66527c6c6b
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ spec:
|
||||||
Register that registration object with the aggregator:
|
Register that registration object with the aggregator:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl -f cm-registration.yaml
|
$ kubectl create -f cm-registration.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Double-Checking Your Work ###
|
### Double-Checking Your Work ###
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue