You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This addon provides an easy way to install an Apache Kafka cluster, using [Strimzi](http://strimzi.io/) on [Minishift](https://github.com/minishift/minishift).
4
+
5
+
Prerequisites:
6
+
7
+
*[Installed and running](https://docs.okd.io/latest/minishift/getting-started/installing.html) Minishift
The deployment works with Minishift default resources - 2 CPUs and 2 GB RAM. Nevertheless we prefer to allocate more memory (4 GB) available to Strimzi and associated infrastructure. Start Minishift using following command to provide more RAM.
12
+
```
13
+
$ minishift start --memory=4GB
14
+
```
15
+
16
+
## Add-on installation
17
+
Clone this repository onto your local machine and then install the add-on via:
0 commit comments