Skip to content

Commit 85fe594

Browse files
NitinAtIntelganeshmaharaj
authored andcommitted
Formatting cleanup
1 parent 0d71305 commit 85fe594

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

clr-k8s-examples/README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ To be able to test this tool, you can create a 3-node vagrant setup. In this tut
99

1010
## Install vagrant
1111

12-
Follow instructions here [Vagrant docs](https://www.vagrantup.com/intro/getting-started/install.html#installing-vagrant)
12+
Follow instructions in the [Vagrant docs](https://www.vagrantup.com/intro/getting-started/install.html#installing-vagrant)
1313

14-
Or, find detailed steps here [Detailed steps](vagrant.md)
14+
Or, follow our [detailed steps](vagrant.md)
1515

1616
Now you have a 3 node cluster up and running. Each of them have 2 vCPU, 4GB Memory, 2x10GB disks, 1 additional private network.
1717
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
2323
cd clr-k8s-examples
2424
```
2525

26-
Note, vagrant installation steps were derived from:
27-
* https://computingforgeeks.com/install-kvm-centos-rhel-ubuntu-debian-sles-arch/
28-
* https://computingforgeeks.com/using-vagrant-with-libvirt-on-linux/
29-
* https://computingforgeeks.com/install-latest-vagrant-on-ubuntu-18-04-debian-9-kali-linux/
30-
* https://github.com/vagrant-libvirt/vagrant-libvirt/blob/master/README.md
31-
3226
## Setup the nodes in the cluster
3327

3428
Run [`setup_system.sh`](setup_system.sh) once on each and every node (master and workers)

0 commit comments

Comments
 (0)