mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge pull request #49 from aschepis/patch-2
[docs] Add missing `create` on api registration
This commit is contained in:
commit
cfe8f36c37
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