From 4a445b80302fe6e05e356332683f851475a3f2a4 Mon Sep 17 00:00:00 2001 From: Sebastien Guilloux Date: Thu, 16 May 2019 17:49:53 -0400 Subject: [PATCH] Fix note rendering in the quickstart (#872) --- docs/k8s-quickstart.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/k8s-quickstart.asciidoc b/docs/k8s-quickstart.asciidoc index dcacca13d6..6c7e23d4bb 100644 --- a/docs/k8s-quickstart.asciidoc +++ b/docs/k8s-quickstart.asciidoc @@ -43,7 +43,7 @@ kubectl -n elastic-system logs -f statefulset.apps/elastic-operator Apply a simple link:{ref}/getting-started.html[Elasticsearch] cluster specification, with one node: -Note: The default resource request is 2gb memory and 100m cpu, and your pod will be `Pending` if your cluster does not have enough resources. +NOTE: The default resource request is 2gb memory and 100m cpu, and your pod will be `Pending` if your cluster does not have enough resources. [source,yaml] ----