Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakavitha Kodhandapani authored and Rakavitha Kodhandapani committed Jan 10, 2025
1 parent dc9561d commit 37336fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 37336fd

Please sign in to comment.