diff --git a/docs/guides/src/main/operator/installation.adoc b/docs/guides/src/main/operator/installation.adoc index 35138917d6..babce71dec 100644 --- a/docs/guides/src/main/operator/installation.adoc +++ b/docs/guides/src/main/operator/installation.adoc @@ -13,7 +13,9 @@ In this guide we will show how to install the Keycloak Operator in your Kubernet === OLM Installation You can install the Keycloak Operator in Kubernetes environment is to use Operator Lifecycle Manager (OLM). -Before moving on, make sure you have OLM installed, if not follow this https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/install/install.md#install-a-release[guide]. + +==== Prerequisites +Make sure OLM is installed in your environment. For Guidance on how to install OLM, follow this https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/install/install.md#install-a-release[guide]. To install the Keycloak Operator follow the https://olm.operatorframework.io/docs/tasks/install-operator-with-olm/[instructions]. In the default Catalogs the Keycloak Operator is named `keycloak-operator` and make sure to use the `candidate` channel.