mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-23 20:05:05 -02:30
Update readme
This commit is contained in:
@@ -111,6 +111,7 @@ 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
|
||||||
@@ -122,4 +123,9 @@ kubectl --namespace=openstack exec $POD_NAME curl http://etcd-client:2379/health
|
|||||||
# Run a container
|
# Run a container
|
||||||
docker run -t -i 127.0.0.1:31500/mcp/neutron-dhcp-agent /bin/bash
|
docker run -t -i 127.0.0.1:31500/mcp/neutron-dhcp-agent /bin/bash
|
||||||
```
|
```
|
||||||
|
** Network checker
|
||||||
|
```bash
|
||||||
|
cd ~/mcp
|
||||||
|
./deploy-netchecker.sh
|
||||||
|
# or in openstack namespace
|
||||||
|
./deploy-netchecker.sh openstack
|
||||||
|
|||||||
Reference in New Issue
Block a user