Skip to content

Commit

Permalink
update review dates, fix typos and punctuations
Browse files Browse the repository at this point in the history
  • Loading branch information
folarin oyenuga committed Oct 9, 2024
1 parent 2a6d679 commit c4f7395
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions runbooks/source/container-images.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Container Images used by Cluster Components
weight: 55
last_reviewed_on: 2024-07-04
last_reviewed_on: 2024-10-09
review_in: 3 months
---

# Container Images used by Cluster Components

Ths runbook contains the list of container images used by the Cloud Platform components.
This runbook contains the list of container images used by the Cloud Platform components.

## How to update this runbook

Expand All @@ -24,7 +24,7 @@ kubectl get pods -n [NAMESPACE] -o jsonpath='{range .items[*]}{"\n"}{.metadata.n
The latest versions of some of the components might not be compatible with k8s 1.28. For this, click the link to check the Compatibility Matrix

### Latest version available
Thats the latest version available in the public repository. Update the version when there is a new release. You can find the latest version by clicking on the link or by checking the
Tha't's the latest version available in the public repository. Update the version when there is a new release. You can find the latest version by clicking on the link or by checking the
[reports](https://reports.cloud-platform.service.justice.gov.uk/helm_whatup) page

### Urgency
Expand Down
10 changes: 5 additions & 5 deletions runbooks/source/grafana-dashboards.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Grafana Dashboards
weight: 9106
last_reviewed_on: 2024-07-08
last_reviewed_on: 2024-10-09
review_in: 3 months
---

Expand All @@ -13,7 +13,7 @@ This [dashboard](https://grafana.live.cloud-platform.service.justice.gov.uk/d/an

### Dashboard Layout

Each box on the dashboard has the name of the node and the number of pods on the node. This number includes pods with a statuses such as "DeadlineExceeded" and completed".
Each box on the dashboard has the name of the node and the number of pods on the node. This number includes pods with statuses such as "DeadlineExceeded" and completed".

The exception is the `Max Pods per Node` box. This is a constant number set on creation for the maximum allowed pods per node.

Expand All @@ -24,7 +24,7 @@ We currently have 2 instance groups:
* Default worker node group (r6i.2xlarge)
* Monitoring node group (r6i.8xlarge Nodes)

As the dashboard is set in descending order, the last two boxes are normally from the monitoring Nodes group (2 instances), and the rest are from the default Nodes group.
As the dashboard is set in descending order, the last two boxes are normally from the monitoring Nodes group (2 instances), and the rest are from the default Node groups.

You can run the following command to confirm this and get more information about a node:

Expand Down Expand Up @@ -70,7 +70,7 @@ Contact the user in the given slack-channel and ask them to fix it. Provide the

The kibana alert has reported an error similar to:

> Duplicate Grafana dashboard UID's found
> Duplicate Grafana dashboard UIDs found

To help in identifying the dashboards, you can exec into the Grafana pod as follows:

Expand All @@ -84,7 +84,7 @@ Then, cd into the `/tmp/dashboards` directory, and execute the `find` command as
cd /tmp/dashboards/
for i in $(find ./ -type f); do tail $i; done|grep '"uid": '|cut -f2 -d':'|sort|uniq -c|grep -v ' 1 '
```
This will show output any duplicate UIDs and the number of occurrences of each.
This will output any duplicate UIDs and the number of occurrences of each.

i.e.:

Expand Down

0 comments on commit c4f7395

Please sign in to comment.