From 598289573bad07ef3a24b0e6ed28e25b74802bc1 Mon Sep 17 00:00:00 2001 From: Khanak Nangia Date: Fri, 25 Oct 2019 12:07:36 -0700 Subject: [PATCH] updating readme with increased CPUS and MEMORY value for vagrant VMs (#242) --- clr-k8s-examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clr-k8s-examples/README.md b/clr-k8s-examples/README.md index 69da65a..c5ede2c 100644 --- a/clr-k8s-examples/README.md +++ b/clr-k8s-examples/README.md @@ -13,7 +13,7 @@ Follow instructions in the [Vagrant docs](https://www.vagrantup.com/intro/gettin Or, follow our [detailed steps](vagrant.md) -Now you have a 3 node cluster up and running. Each of them have 2 vCPU, 4GB Memory, 2x10GB disks, 1 additional private network. +Now you have a 3 node cluster up and running. Each of them have 4 vCPU, 8GB Memory, 2x10GB disks, 1 additional private network. Customize the setup using environment variables. E.g., `NODES=2 MEMORY=16384 CPUS=8 vagrant up --provider=libvirt` To login to the master node and change to this directory