diff --git a/docs-gb/installation/learning-environment/self-hosted-kafka.md b/docs-gb/installation/learning-environment/self-hosted-kafka.md index d0b5a16a19..66629bbb7c 100644 --- a/docs-gb/installation/learning-environment/self-hosted-kafka.md +++ b/docs-gb/installation/learning-environment/self-hosted-kafka.md @@ -36,7 +36,8 @@ Strimzi provides a Kubernetes Operator to deploy and manage Kafka clusters. Firs ``` This deploys the `Strimzi Operator` in the `seldon-mesh` namespace. After the Strimzi Operator is running, you can create a Kafka cluster by applying a Kafka custom resource definition. -4. Create a YAML file to specify the initial configuration. +4. Create a YAML file to specify the initial configuration. + **Note**: This configuration sets up a Kafka cluster with version 3.9.0. Ensure that you review the the [supported versions](https://strimzi.io/downloads/) of Kafka and update the version in the `kafka.yaml` file as needed. For more configuration examples, see this [strimzi-kafka-operator](https://github.com/strimzi/strimzi-kafka-operator/tree/main/examples/kafka). Use your preferred text editor to create and save the file as `kafka.yaml` with the following content: