Skip to content

Commit 15546df

Browse files
jordansisselpebrc
authored andcommitted
Add detail on the default resource request (#871)
1 parent d8f8edf commit 15546df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/k8s-quickstart.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ kubectl -n elastic-system logs -f statefulset.apps/elastic-operator
4343

4444
Apply a simple link:{ref}/getting-started.html[Elasticsearch] cluster specification, with one node:
4545

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+
4648
[source,yaml]
4749
----
4850
cat <<EOF | kubectl apply -f -

0 commit comments

Comments
 (0)