From 36404d3d3f63b551c0e37b9e12424d3c2c3e3446 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:49:36 +0100 Subject: [PATCH] Added operator requirements. --- docs/modules/getting_started/pages/index.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/modules/getting_started/pages/index.adoc b/docs/modules/getting_started/pages/index.adoc index 86895bb4..8b426d2b 100644 --- a/docs/modules/getting_started/pages/index.adoc +++ b/docs/modules/getting_started/pages/index.adoc @@ -10,9 +10,14 @@ You will need: * kubectl * optional: Helm +Resource sizing depends on cluster type(s), usage and scope, but as a starting point we recommend a minimum of the following resources for this operator: + +* 0.2 cores (e.g. i5 or similar) +* 256MB RAM + == What's next The Guide is divided into two steps: * xref:installation.adoc[Installing the Operators]. -* xref:first_steps.adoc[Setting up the Druid instance and loading and querying example data]. \ No newline at end of file +* xref:first_steps.adoc[Setting up the Druid instance and loading and querying example data].