Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/guides/operator/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<#import "/templates/kc.adoc" as kc>
<#import "/templates/options.adoc" as opts>
<#import "/templates/links.adoc" as links>
<#import "/templates/profile.adoc" as profile>

<@tmpl.guide
title="Keycloak Operator Installation"
Expand Down Expand Up @@ -41,6 +42,7 @@ Make sure you are installing from the *fast* channel:
+
image::configure-operator.jpeg["Configure Keycloak Operator"]

<@profile.ifCommunity>
=== Installing by using kubectl without Operator Lifecycle Manager

You can install the Operator on a vanilla Kubernetes cluster by using `kubectl` commands:
Expand All @@ -61,5 +63,6 @@ kubectl apply -f https://raw.githubusercontent.com/keycloak/keycloak-k8s-resourc
----

Currently the Operator watches only the namespace where the Operator is installed.
</@profile.ifCommunity>

</@tmpl.guide>