Skip to content

Commit

Permalink
update min minikube spec to allow zk/kafka (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaums authored and kudo-ci committed Aug 8, 2019
1 parent c607f9c commit de4f770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to use the KUDO kubectl plugin, you can now follow the [CLI plugin i
If you plan on developing and testing KUDO locally via Minikube, you'll need to launch your cluster with a reasonable amount of memory allocated. By default, this is only 2GB - we recommend at least 8GB, especially if you're working with applications such as [Kafka](/docs/examples/apache-kafka/). You can start Minikube with some suitable resource adjustments as follows:

```shell
minikube start --cpus=4 --memory=8192 --disk-size=40g
minikube start --cpus=4 --memory=10240 --disk-size=40g
```

## Deploy your first Operator
Expand Down

0 comments on commit de4f770

Please sign in to comment.