From e27e0522c0f800f5644b4b9e959c33150e8e7735 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 4 Sep 2024 10:13:03 +0200 Subject: [PATCH] doc: fix codespell problem fixed codespell problems found in the CI run Signed-off-by: Madhu Rajanna (cherry picked from commit bdd4c077ce64bb8351b3bede87c80d46b21facaf) --- docs/metrics.md | 4 ++-- examples/rbd/storageclass.yaml | 2 +- internal/util/crushlocation_test.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/metrics.md b/docs/metrics.md index 8f19c8d2b..c4f45b0a5 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -22,8 +22,8 @@ curl -X GET http://10.109.65.142:8080/metrics 2>/dev/null | grep csi csi_liveness 1 ``` -Promethues can be deployed through the promethues operator described [here](https://coreos.com/operators/prometheus/docs/latest/user-guides/getting-started.html). -The [service-monitor](../deploy/service-monitor.yaml) will tell promethues how +Prometheus can be deployed through the prometheus operator described [here](https://coreos.com/operators/prometheus/docs/latest/user-guides/getting-started.html). +The [service-monitor](../deploy/service-monitor.yaml) will tell prometheus how to pull metrics out of CSI. Each CSI pod has a service to expose the endpoint to prometheus. By default, rbd diff --git a/examples/rbd/storageclass.yaml b/examples/rbd/storageclass.yaml index 0e476fa2b..af2cdcb31 100644 --- a/examples/rbd/storageclass.yaml +++ b/examples/rbd/storageclass.yaml @@ -124,7 +124,7 @@ parameters: # "file": Enable file encryption on the mounted filesystem # "block": Encrypt RBD block device # When unspecified assume type "block". "file" and "block" are - # mutally exclusive. + # mutually exclusive. # encryptionType: "block" # (optional) Use external key management system for encryption passphrases by diff --git a/internal/util/crushlocation_test.go b/internal/util/crushlocation_test.go index 0e06cefd1..5bf422af4 100644 --- a/internal/util/crushlocation_test.go +++ b/internal/util/crushlocation_test.go @@ -60,7 +60,7 @@ func Test_getCrushLocationMap(t *testing.T) { want: map[string]string{"zone": "zone1"}, }, { - name: "multuple matching crushlocation and node labels", + name: "multiple matching crushlocation and node labels", args: input{ crushLocationLabels: "topology.io/zone,topology.io/rack", nodeLabels: map[string]string{