From 0417be1cddfde29e82b6a96184284bad99316ae5 Mon Sep 17 00:00:00 2001 From: Saikrishna Edupuganti Date: Tue, 26 Mar 2019 12:32:15 -0700 Subject: [PATCH] Update README.md Add note about environment variables that can be used to customize the setup --- clr-k8s-examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/clr-k8s-examples/README.md b/clr-k8s-examples/README.md index 7b175e6..ec0ee68 100644 --- a/clr-k8s-examples/README.md +++ b/clr-k8s-examples/README.md @@ -8,6 +8,7 @@ To be able to test this tool, you can create a 3-node vagrant setup. In this tut * `vagrant up --provider=libvirt` Now you have a 3 node cluster up and running. Each of them have 2 vCPU, 4GB Memory, 2x10GB disks, 1 additional private network. +Customize the setup using environment variables. E.g., `NODES=1 MEMORY=8192 CPUS=8 vagrant up --provider=libvirt` To login to the master node and change to this directory