From 25b986ede7ac20c843c3ae9a3435b0951d25e02d Mon Sep 17 00:00:00 2001 From: Aleksandr Didenko Date: Fri, 1 Jul 2016 15:58:39 +0200 Subject: [PATCH] Fix list nesting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f39fde2f9..75a13740f 100644 --- a/README.md +++ b/README.md @@ -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