From c53b3513791178f880172fd9b91a554b06f34d11 Mon Sep 17 00:00:00 2001 From: makocchi Date: Mon, 2 Jul 2018 16:23:18 +0900 Subject: [PATCH] add note shortcodes (#9348) --- .../tasks/debug-application-cluster/core-metrics-pipeline.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/tasks/debug-application-cluster/core-metrics-pipeline.md b/content/en/docs/tasks/debug-application-cluster/core-metrics-pipeline.md index f289704423..53185780f3 100644 --- a/content/en/docs/tasks/debug-application-cluster/core-metrics-pipeline.md +++ b/content/en/docs/tasks/debug-application-cluster/core-metrics-pipeline.md @@ -34,7 +34,9 @@ The API is no different from any other API: The API is defined in [k8s.io/metrics](https://github.com/kubernetes/metrics/blob/master/pkg/apis/metrics/v1beta1/types.go) repository. You can find more information about the API there. +{{< note >}} **Note:** The API requires metrics server to be deployed in the cluster. Otherwise it will be not available. +{{< /note >}} ## Metrics Server