DBZ-2646 Applying suggestions from code review

This commit is contained in:
Gunnar Morling 2022-03-07 14:56:09 +01:00
parent 77700e7620
commit 76ba6331c9

View File

@ -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"]
----