mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix typo in documentation (#316)
Signed-off-by: Benjamin P. Jung <headcr4sh@gmail.com>
This commit is contained in:
parent
d6b173840b
commit
3066576382
@ -19,7 +19,7 @@ When using custom prometheus with Lens app, Lens expects certain things for prom
|
||||
|
||||
relabeling to `node-exporter` servicemonitor crd (for example `kubectl edit -n monitoring servicemonitors node-exporter`).
|
||||
|
||||
2. To see cluster's pod usage on cluster overview properly, please add `metricsRelabeling` to `kubelet` service monitor (`kubectl edit -n monitoring servicemonitors kubelet`)
|
||||
2. To see cluster's pod usage on cluster overview properly, please add `metricRelabelings` to `kubelet` service monitor (`kubectl edit -n monitoring servicemonitors kubelet`)
|
||||
|
||||
```
|
||||
metricRelabelings:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user