diff --git a/docs/guides/getting-started/getting-started-docker.adoc b/docs/guides/getting-started/getting-started-docker.adoc index dd0b00a82396..dae6b69bcfe2 100644 --- a/docs/guides/getting-started/getting-started-docker.adoc +++ b/docs/guides/getting-started/getting-started-docker.adoc @@ -12,6 +12,8 @@ summary="Get started with {project_name} on Docker"> == Before you start +include::templates/hw-requirements.adoc[] + Make sure you have Docker installed. include::templates/start-keycloak-container.adoc[] diff --git a/docs/guides/getting-started/getting-started-kube.adoc b/docs/guides/getting-started/getting-started-kube.adoc index 6594db4bd3f1..53ce341cddd6 100644 --- a/docs/guides/getting-started/getting-started-kube.adoc +++ b/docs/guides/getting-started/getting-started-kube.adoc @@ -9,6 +9,8 @@ summary="Get started with {project_name} on Kubernetes"> == Before you start +include::templates/hw-requirements.adoc[] + Make sure you have Minikube installed, ideally with the Ingress addon enabled. To check if you have the Ingress addon enabled, enter the following command: diff --git a/docs/guides/getting-started/getting-started-openshift.adoc b/docs/guides/getting-started/getting-started-openshift.adoc index a8ae230a6075..8b341d3ec73f 100644 --- a/docs/guides/getting-started/getting-started-openshift.adoc +++ b/docs/guides/getting-started/getting-started-openshift.adoc @@ -9,6 +9,8 @@ summary="Get started with {project_name} on OpenShift"> == Before you start +include::templates/hw-requirements.adoc[] + . Install https://code-ready.github.io/crc/[Red Hat Code Ready Containers] and follow the steps in the documentation to install a local OpenShift cluster. diff --git a/docs/guides/getting-started/getting-started-podman.adoc b/docs/guides/getting-started/getting-started-podman.adoc index 2a3029a4513e..51d15660759e 100644 --- a/docs/guides/getting-started/getting-started-podman.adoc +++ b/docs/guides/getting-started/getting-started-podman.adoc @@ -12,6 +12,8 @@ summary="Get started with {project_name} on Podman"> == Before you start +include::templates/hw-requirements.adoc[] + Make sure you have Podman installed. include::templates/start-keycloak-container.adoc[] diff --git a/docs/guides/getting-started/getting-started-zip.adoc b/docs/guides/getting-started/getting-started-zip.adoc index d1d2ed4423d4..c164bd9afcdc 100644 --- a/docs/guides/getting-started/getting-started-zip.adoc +++ b/docs/guides/getting-started/getting-started-zip.adoc @@ -11,6 +11,8 @@ summary="Get started with {project_name} on bare metal"> == Before you start +include::templates/hw-requirements.adoc[] + Make sure you have https://openjdk.java.net/[OpenJDK 17] installed. == Download {project_name} diff --git a/docs/guides/getting-started/templates/hw-requirements.adoc b/docs/guides/getting-started/templates/hw-requirements.adoc new file mode 100644 index 000000000000..e5a49bb676c3 --- /dev/null +++ b/docs/guides/getting-started/templates/hw-requirements.adoc @@ -0,0 +1,4 @@ +<#import "/templates/links.adoc" as links> + +Make sure your machine or container platform can provide sufficient memory and CPU for your desired usage of {project_name}. +See <@links.ha id="concepts-memory-and-cpu-sizing" /> for more on how to get started with production sizing.