parent
0818ca80e5
commit
c64a3fe7bb
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
</@profile.ifProduct>
|
||||
|
||||
== Creating a customized and optimized container image
|
||||
The default Keycloak container image ships ready to be configured and optimized.
|
||||
|
|
Loading…
Reference in a new issue