Skip to content

Commit

Permalink
docs: minor typos (#169)
Browse files Browse the repository at this point in the history
# 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 <peter.jausovec@solo.io>
  • Loading branch information
peterj authored Mar 28, 2024
1 parent 13261f3 commit 9468715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation/prometheus-unmanaged.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Or if you already have the chart installed, upgrade how you see fit, providing t
helm upgrade prometheus -n kube-system -f deploy/prometheus/values.yaml prometheus-community/kube-prometheus-stack
```

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.
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.
6. Verify that the Retina Pods are being scraped by port-forwarding the Prometheus server:
Expand Down
4 changes: 3 additions & 1 deletion docs/troubleshooting/basic-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ you should see log lines like the following:
2023-04-16T00:10:55.598Z info linuxutil linuxutil/linuxutil.go:100 Updated ethTool metrics
```

If you don't see the log lines, then the plugin is not running correctly.

### Check Retina ConfigMap

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

```shell
kubectl get configmap retina-config -n kube-system -oyaml
Expand Down

0 comments on commit 9468715

Please sign in to comment.