Minor update in README

This commit is contained in:
Aleksandr Didenko
2016-06-20 16:12:18 +02:00
parent 62a1925664
commit 9c5c0f2697
2 changed files with 9 additions and 3 deletions

View File

@@ -8,16 +8,21 @@ Requirements
* `libvirt`
* `vagrant`
* `vagrant-libvirt` plugin
* `vagrant-libvirt` plugin (`vagrant plugin install vagrant-libvirt`)
* `$USER` should be able to connect to libvirt (test with `virsh list --all`)
How-to
======
* Prepare the virtual lab:
* Change default IP pool for vagrant networks if you want:
```bash
export VAGRANT_POOL="10.100.0.0/16"
```
* Prepare the virtual lab:
```bash
git clone https://github.com/adidenko/vagrant-k8s
cd vagrant-k8s
vagrant up