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
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue