mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
Fix typo in walkthrough.md
This commit is contained in:
parent
83a7dd5d5e
commit
75ac8de0d2
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ Deployment has permission to list resources in the cluster:
|
|||
|
||||
```shell
|
||||
$ kubectl create clusterrole resource-lister --verb=list --resource="*"
|
||||
$ kubectl create clusterrolebinding cm-adapter-resource-lister --clusterrole=resource-lister -- serviceaccount=prom:prom-cm-adapter
|
||||
$ kubectl create clusterrolebinding cm-adapter-resource-lister --clusterrole=resource-lister --serviceaccount=prom:prom-cm-adapter
|
||||
```
|
||||
|
||||
Finally, ensure the deployment has all the necessary permissions to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue