We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f8edf commit 15546dfCopy full SHA for 15546df
docs/k8s-quickstart.asciidoc
@@ -43,6 +43,8 @@ kubectl -n elastic-system logs -f statefulset.apps/elastic-operator
43
44
Apply a simple link:{ref}/getting-started.html[Elasticsearch] cluster specification, with one node:
45
46
+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.
47
+
48
[source,yaml]
49
----
50
cat <<EOF | kubectl apply -f -
0 commit comments