Update README.md

This commit is contained in:
Alex Didenko 2016-07-01 16:02:47 +02:00 committed by GitHub
parent 687cc01151
commit b70b8a7c39

View file

@ -4,16 +4,13 @@ Scripts to create libvirt lab with vagrant and prepare some stuff for `k8s` depl
Requirements Requirements
============ ------------
* `libvirt` * `libvirt`
* `vagrant` * `vagrant`
* `vagrant-libvirt` plugin (`vagrant plugin install vagrant-libvirt`) * `vagrant-libvirt` plugin (`vagrant plugin install vagrant-libvirt`)
* `$USER` should be able to connect to libvirt (test with `virsh list --all`) * `$USER` should be able to connect to libvirt (test with `virsh list --all`)
How-to
======
Vargant lab preparation Vargant lab preparation
----------------------- -----------------------
@ -111,8 +108,6 @@ kubectl --namespace=openstack get pods -o wide
* Troubleshooting * Troubleshooting
* Some basic commands
```bash ```bash
# Get logs from pod # Get logs from pod
kubectl --namespace=openstack logs $POD_NAME kubectl --namespace=openstack logs $POD_NAME
@ -133,4 +128,3 @@ cd ~/mcp
# or in openstack namespace # or in openstack namespace
./deploy-netchecker.sh openstack ./deploy-netchecker.sh openstack
``` ```