From 76ba6331c945f03419143bf190065d0a358cc4c5 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Mon, 7 Mar 2022 14:56:09 +0100 Subject: [PATCH] DBZ-2646 Applying suggestions from code review --- documentation/modules/ROOT/pages/operations/kubernetes.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/modules/ROOT/pages/operations/kubernetes.adoc b/documentation/modules/ROOT/pages/operations/kubernetes.adoc index a1a26d8e6..53d74210e 100644 --- a/documentation/modules/ROOT/pages/operations/kubernetes.adoc +++ b/documentation/modules/ROOT/pages/operations/kubernetes.adoc @@ -48,9 +48,8 @@ $ kubectl create ns debezium-example As mentioned above, for the {prodname} deployment we will use Strimzi, which manages the Kafka deployment on Kubernetes. Please see the https://strimzi.io/docs/operators/latest/deploying.html[Strimzi deployment documentation] for more details on how to deploy Strimzi on your Kubernetes cluster. -The most simple way is to install Strimzi operator. -Operators require Operator Lifecycle Manager to be install on your cluster. -If you don't have it installed, you can install it by: +The simplest way for installing Strimzi is through the https://olm.operatorframework.io/[Operator Lifecycle Manager] (OLM). +If you don't have OLM installed on your cluster yet, you can install it by running the following command: [source,subs="attributes",options="nowrap"] ----