Fix list nesting
This commit is contained in:
parent
1e294b25c1
commit
25b986ede7
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ kubectl --namespace=openstack get pods -o wide
|
|||
|
||||
* Troubleshooting
|
||||
|
||||
** Some basic commands
|
||||
* Some basic commands
|
||||
```bash
|
||||
# Get logs from pod
|
||||
kubectl --namespace=openstack logs $POD_NAME
|
||||
|
@ -123,7 +123,7 @@ kubectl --namespace=openstack exec $POD_NAME curl http://etcd-client:2379/health
|
|||
# Run a container
|
||||
docker run -t -i 127.0.0.1:31500/mcp/neutron-dhcp-agent /bin/bash
|
||||
```
|
||||
** Network checker
|
||||
* Network checker
|
||||
```bash
|
||||
cd ~/mcp
|
||||
./deploy-netchecker.sh
|
||||
|
|
Loading…
Reference in a new issue