Repository: camel Updated Branches: refs/heads/master 626e12e97 -> 15e9e4074
Added a little note to cassandra-kubernetes example Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/15e9e407 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/15e9e407 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/15e9e407 Branch: refs/heads/master Commit: 15e9e407440608359d555239ba80c3109ad0c485 Parents: 626e12e Author: Andrea Cosentino <[email protected]> Authored: Wed Sep 13 15:13:42 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Wed Sep 13 15:13:42 2017 +0200 ---------------------------------------------------------------------- examples/camel-example-cassandra-kubernetes/ReadMe.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/15e9e407/examples/camel-example-cassandra-kubernetes/ReadMe.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-cassandra-kubernetes/ReadMe.md b/examples/camel-example-cassandra-kubernetes/ReadMe.md index c8b7c8d..f67b852 100644 --- a/examples/camel-example-cassandra-kubernetes/ReadMe.md +++ b/examples/camel-example-cassandra-kubernetes/ReadMe.md @@ -9,6 +9,12 @@ This example is based on: First thing you'll need to do is preparing the environment. +Don't forget to use a bit more memory for your Minikube for running this example: + +``` +minikube start --memory 5120 --cpus=4 +``` + Once your Minikube node is up and running you'll need to run the following command. In your src/main/resource/fabric8/ folder you'll find two yaml file. Run the following command using them:
