Skip to content

Commit abf9e01

Browse files
peterjhainenber
authored andcommitted
docs: minor typos (microsoft#169)
# Description Fixing minor typos. - [x] I have read the [contributing documantation](https://retina.sh/docs/contributing). - [x] I signed and signed-off the commits (`git commit -S -s ...`) - [x] I have correctly attributed the author(s) of the code. - [x] I have tested the changes locally. - [x] I have followed the project's style guidelines. - [x] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. Signed-off-by: Peter Jausovec <[email protected]>
1 parent 0f1f550 commit abf9e01

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/installation/prometheus-unmanaged.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Or if you already have the chart installed, upgrade how you see fit, providing t
2929
helm upgrade prometheus -n kube-system -f deploy/prometheus/values.yaml prometheus-community/kube-prometheus-stack
3030
```
3131

32-
Node: Grafana and kube-state metrics may schedule on Windows nodes, the current chart doesn't have node affinity for those components. Some manual intervention may be required.
32+
Note: Grafana and kube-state metrics may schedule on Windows nodes, the current chart doesn't have node affinity for those components. Some manual intervention may be required.
3333

3434
6. Verify that the Retina Pods are being scraped by port-forwarding the Prometheus server:
3535

docs/troubleshooting/basic-metrics.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ you should see log lines like the following:
3737
2023-04-16T00:10:55.598Z info linuxutil linuxutil/linuxutil.go:100 Updated ethTool metrics
3838
```
3939

40+
If you don't see the log lines, then the plugin is not running correctly.
41+
4042
### Check Retina ConfigMap
4143

42-
If not then the plugin is not running correctly. Please check retina config map and make sure the plugins is enabled.
44+
Please check `retina-config` ConfigMap and make sure the plugins is enabled.
4345

4446
```shell
4547
kubectl get configmap retina-config -n kube-system -oyaml

0 commit comments

Comments
 (0)