mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-05 06:30:09 -05:00
docs: add an initial note about sizing to each of the install guides (#29330)
closes: #14188 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
@@ -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[]
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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[]
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user