From 6b9d89d328a99110dd228278ce854b9c2bb1a1a7 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:51:01 +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 2d6aad29..a27b293a 100644 --- a/docs/modules/getting_started/pages/index.adoc +++ b/docs/modules/getting_started/pages/index.adoc @@ -11,9 +11,14 @@ You will need: * jq, a commandline JSON processor * 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 HBase cluster and verifying it works]. \ No newline at end of file +* xref:first_steps.adoc[Setting up the HBase cluster and verifying it works].