From 8899dbd7c54b182efacc6f1679529f92f9150c3b Mon Sep 17 00:00:00 2001 From: Jack Green Date: Mon, 24 Jun 2024 15:13:23 +0100 Subject: [PATCH] Update getting started prerequisites (#215) `Helm` is required for subsequent steps, but not listed. Fixes: https://github.com/hazelcast/hazelcast-platform-operator-docs/issues/178 --- docs/modules/ROOT/pages/get-started.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/get-started.adoc b/docs/modules/ROOT/pages/get-started.adoc index 83822986..3e0aff91 100644 --- a/docs/modules/ROOT/pages/get-started.adoc +++ b/docs/modules/ROOT/pages/get-started.adoc @@ -3,9 +3,11 @@ {description} -== Before you Begin +== Prerequisites -You need a Kubernetes or Openshift cluster, and the `kubectl` or `oc` command-line tool must be configured to communicate with your cluster. +* A Kubernetes or OpenShift cluster +* The link:https://kubernetes.io/docs/tasks/tools/#kubectl[`kubectl`] or link:https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html[`oc`] command-line tools, configured to communicate with your cluster +* link:https://helm.sh/docs/intro/install[`Helm`] == Step 1. Deploy Hazelcast Platform Operator