Update README.md
This commit is contained in:
parent
687cc01151
commit
b70b8a7c39
1 changed files with 2 additions and 8 deletions
|
@ -4,16 +4,13 @@ Scripts to create libvirt lab with vagrant and prepare some stuff for `k8s` depl
|
|||
|
||||
|
||||
Requirements
|
||||
============
|
||||
------------
|
||||
|
||||
* `libvirt`
|
||||
* `vagrant`
|
||||
* `vagrant-libvirt` plugin (`vagrant plugin install vagrant-libvirt`)
|
||||
* `$USER` should be able to connect to libvirt (test with `virsh list --all`)
|
||||
|
||||
How-to
|
||||
======
|
||||
|
||||
Vargant lab preparation
|
||||
-----------------------
|
||||
|
||||
|
@ -111,8 +108,6 @@ kubectl --namespace=openstack get pods -o wide
|
|||
|
||||
* Troubleshooting
|
||||
|
||||
* Some basic commands
|
||||
|
||||
```bash
|
||||
# Get logs from pod
|
||||
kubectl --namespace=openstack logs $POD_NAME
|
||||
|
@ -133,4 +128,3 @@ cd ~/mcp
|
|||
# or in openstack namespace
|
||||
./deploy-netchecker.sh openstack
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue