From 687cc0115112d6f0d7feb2e49dcfad4d4ce66424 Mon Sep 17 00:00:00 2001 From: Aleksandr Didenko Date: Fri, 1 Jul 2016 15:59:21 +0200 Subject: [PATCH] Fix typos in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 75a13740f..a4e9bd7c4 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ kubectl --namespace=openstack get pods -o wide * Troubleshooting * Some basic commands + ```bash # Get logs from pod kubectl --namespace=openstack logs $POD_NAME @@ -123,9 +124,13 @@ 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 + ```bash cd ~/mcp ./deploy-netchecker.sh # or in openstack namespace ./deploy-netchecker.sh openstack +``` +