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.)(
This commit is contained in:
Daniel Barclay
2020-04-29 10:59:03 -04:00
committed by GitHub
parent 9a1ec5d223
commit 1563cf64c9
@@ -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" >}}