diff --git a/docs/guides/server/configuration.adoc b/docs/guides/server/configuration.adoc index 1ea554da30..511adc7896 100644 --- a/docs/guides/server/configuration.adoc +++ b/docs/guides/server/configuration.adoc @@ -231,7 +231,7 @@ The `--optimized` parameter tells Keycloak to assume a pre-built, already optimi You can enter all configuration options at startup; these options are the ones in <@links.server id="all-config"/> that are **not** marked with a tool icon. * If a build option is found at startup with a value that is equal to the value used when entering the `build`, that option gets silently ignored when you use the `--optimized` parameter. -* If that option has a different value than the value used when a build was entered, a warning appers in the logs and the previously built value is used. For this value to take effect, run a new `build` before starting. +* If that option has a different value than the value used when a build was entered, a warning appears in the logs and the previously built value is used. For this value to take effect, run a new `build` before starting. .Create an optimized build diff --git a/docs/guides/server/containers.adoc b/docs/guides/server/containers.adoc index d76f9a84cb..543329a410 100644 --- a/docs/guides/server/containers.adoc +++ b/docs/guides/server/containers.adoc @@ -8,7 +8,13 @@ title="Running Keycloak in a container" summary="Learn how to run Keycloak from a container image" includedOptions="db db-url db-username db-password features hostname https-key-store-file https-key-store-password health-enabled metrics-enabled"> -Keycloak handles containerized environments such as Kubernetes or OpenShift as first-class citizens. This {section} describes how to optimize and run the Keycloak container image to provide the best experience running a Keycloak container. +This {section} describes how to optimize and run the Keycloak container image to provide the best experience running a Keycloak container. + +<@profile.ifProduct> + +NOTE: The procedure in this chapter is intended for building an image that you run in a containerized environment such as OpenShift. The image is not intended to be run in other Kubernetes distributions. + + == Creating a customized and optimized container image The default Keycloak container image ships ready to be configured and optimized.