From 1563cf64c95daaccdd71b0379c1c7062b6bfc70d Mon Sep 17 00:00:00 2001 From: Daniel Barclay Date: Wed, 29 Apr 2020 10:59:03 -0400 Subject: [PATCH] Fixed Markdow syntax error. Can someone verify that my correction is correct? (I don't know how to view the rendered form of the Markdown.)( --- content/en/docs/concepts/cluster-administration/monitoring.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/cluster-administration/monitoring.md b/content/en/docs/concepts/cluster-administration/monitoring.md index 92b74b6634..e02ac8231c 100644 --- a/content/en/docs/concepts/cluster-administration/monitoring.md +++ b/content/en/docs/concepts/cluster-administration/monitoring.md @@ -25,6 +25,7 @@ Metrics in Kubernetes control plane are emitted in [prometheus format](https://p 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. Examples of those components: + * {{< glossary_tooltip term_id="kube-controller-manager" text="kube-controller-manager" >}} * {{< glossary_tooltip term_id="kube-proxy" text="kube-proxy" >}} * {{< glossary_tooltip term_id="kube-apiserver" text="kube-apiserver" >}}