Formatting cleanup

This commit is contained in:
NitinAtIntel
2019-08-12 18:29:11 -07:00
committed by Ganesh Maharaj Mahalingam
parent 0d71305d65
commit 85fe594c20
+2 -8
View File
@@ -9,9 +9,9 @@ To be able to test this tool, you can create a 3-node vagrant setup. In this tut
## Install vagrant
Follow instructions here [Vagrant docs](https://www.vagrantup.com/intro/getting-started/install.html#installing-vagrant)
Follow instructions in the [Vagrant docs](https://www.vagrantup.com/intro/getting-started/install.html#installing-vagrant)
Or, find detailed steps here [Detailed steps](vagrant.md)
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.
Customize the setup using environment variables. E.g., `NODES=1 MEMORY=8192 CPUS=8 vagrant up --provider=libvirt`
@@ -23,12 +23,6 @@ vagrant ssh clr-01
cd clr-k8s-examples
```
Note, vagrant installation steps were derived from:
* https://computingforgeeks.com/install-kvm-centos-rhel-ubuntu-debian-sles-arch/
* https://computingforgeeks.com/using-vagrant-with-libvirt-on-linux/
* https://computingforgeeks.com/install-latest-vagrant-on-ubuntu-18-04-debian-9-kali-linux/
* https://github.com/vagrant-libvirt/vagrant-libvirt/blob/master/README.md
## Setup the nodes in the cluster
Run [`setup_system.sh`](setup_system.sh) once on each and every node (master and workers)