From 05cb3b66c1eb005ffd174b60332e3cbe5c93a09f Mon Sep 17 00:00:00 2001 From: Erik McKelvey Date: Fri, 29 Sep 2023 23:12:05 -0700 Subject: [PATCH 1/2] typo: in system-metrics.md --- .../en/docs/concepts/cluster-administration/system-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/system-metrics.md b/content/en/docs/concepts/cluster-administration/system-metrics.md index 8fac9f7631..30d30aac34 100644 --- a/content/en/docs/concepts/cluster-administration/system-metrics.md +++ b/content/en/docs/concepts/cluster-administration/system-metrics.md @@ -21,7 +21,7 @@ This format is structured plain text, designed so that people and machines can b ## Metrics in Kubernetes In most cases metrics are available on `/metrics` endpoint of the HTTP server. For components that -doesn't expose endpoint by default it can be enabled using `--bind-address` flag. +don't expose endpoint by default it can be enabled using `--bind-address` flag. Examples of those components: From 52dcfc68f412bc12abb6f5af24d8bb8a14ecc9d7 Mon Sep 17 00:00:00 2001 From: Erik McKelvey Date: Sat, 30 Sep 2023 11:18:23 -0700 Subject: [PATCH 2/2] typo: missing comma --- .../en/docs/concepts/cluster-administration/system-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/system-metrics.md b/content/en/docs/concepts/cluster-administration/system-metrics.md index 30d30aac34..6f8b722774 100644 --- a/content/en/docs/concepts/cluster-administration/system-metrics.md +++ b/content/en/docs/concepts/cluster-administration/system-metrics.md @@ -21,7 +21,7 @@ This format is structured plain text, designed so that people and machines can b ## Metrics in Kubernetes In most cases metrics are available on `/metrics` endpoint of the HTTP server. For components that -don't expose endpoint by default it can be enabled using `--bind-address` flag. +don't expose endpoint by default, it can be enabled using `--bind-address` flag. Examples of those components: