From c4f7395b1345681f535321f250ea3ba78cf0ebe8 Mon Sep 17 00:00:00 2001 From: folarin oyenuga Date: Wed, 9 Oct 2024 14:02:05 +0100 Subject: [PATCH] update review dates, fix typos and punctuations --- runbooks/source/container-images.html.md.erb | 6 +++--- runbooks/source/grafana-dashboards.html.md.erb | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/runbooks/source/container-images.html.md.erb b/runbooks/source/container-images.html.md.erb index d9585e73..7c729466 100644 --- a/runbooks/source/container-images.html.md.erb +++ b/runbooks/source/container-images.html.md.erb @@ -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 @@ -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 diff --git a/runbooks/source/grafana-dashboards.html.md.erb b/runbooks/source/grafana-dashboards.html.md.erb index bf6b6ca8..8aa3ac0f 100644 --- a/runbooks/source/grafana-dashboards.html.md.erb +++ b/runbooks/source/grafana-dashboards.html.md.erb @@ -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 --- @@ -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. @@ -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: @@ -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: @@ -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.: