Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: minor typos #169

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading