Skip to content

Commit c2bc961

Browse files
Apply suggestions from code review
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
1 parent 31ad71c commit c2bc961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sources/reference/components/mimir/mimir.alerts.kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ title: mimir.alerts.kubernetes
1717
`mimir.alerts.kubernetes` discovers `AlertmanagerConfig` Kubernetes resources and loads them into a Mimir instance.
1818

1919
* You can specify multiple `mimir.alerts.kubernetes` components by giving them different labels.
20-
* [Kubernetes label selectors][] can be used to limit the `Namespace` and `AlertmanagerConfig` resources considered during reconciliation.
20+
* You can use [Kubernetes label selectors][] to limit the `Namespace` and `AlertmanagerConfig` resources considered during reconciliation.
2121
* Compatible with the Alertmanager APIs of Grafana Mimir, Grafana Cloud, and Grafana Enterprise Metrics.
2222
* Compatible with the `AlertmanagerConfig` CRD from the [`prometheus-operator`][prometheus-operator].
2323
* This component accesses the Kubernetes REST API from [within a Pod][].
@@ -28,7 +28,7 @@ This component requires [Role-based access control (RBAC)][] to be set up in Kub
2828
[Role-based access control (RBAC)]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
2929
{{< /admonition >}}
3030

31-
`mimir.alerts.kubernetes` does not support [clustering][clustered mode].
31+
`mimir.alerts.kubernetes` doesn't support [clustering][clustered mode].
3232
[clustered mode]: ../../../../get-started/clustering/
3333

3434
[Kubernetes label selectors]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
@@ -165,7 +165,7 @@ The `values` argument must not be provided when `operator` is set to `"Exists"`
165165

166166
## Debug information
167167

168-
`mimir.alerts.kubernetes` does not expose debug information.
168+
`mimir.alerts.kubernetes` doesn't expose debug information.
169169

170170
## Debug metrics
171171

@@ -434,7 +434,7 @@ spec:
434434
435435
{{< /collapse >}}
436436
437-
The Kubernetes configuration above will create the Alertmanager configuration below and send it to Mimir:
437+
The Kubernetes configuration above creates the Alertmanager configuration below and sends it to Mimir:
438438
439439
{{< collapse title="Example merged configuration sent to Mimir." >}}
440440

0 commit comments

Comments
 (0)