added the blank line before the ``` block

This commit is contained in:
colmm99 2015-07-23 22:02:26 +01:00
parent 165d08e627
commit ef5c07cf61

View File

@ -129,6 +129,7 @@ nginx <none> run=nginx <ip-addr> 80/TCP
``` ```
If ip-addr is blank run the following command to obtain it. Know issue #10836 If ip-addr is blank run the following command to obtain it. Know issue #10836
```sh ```sh
kubectl get svc nginx kubectl get svc nginx
``` ```