Fix markdown (#13013)

* Fix markdown typo

Remove extra triple backticks

* Follow indentation order
This commit is contained in:
Prince Rachit Sinha
2019-03-08 05:52:04 +05:30
committed by Kubernetes Prow Robot
parent 1230263319
commit 471cb7ffa4
+1
View File
@@ -58,6 +58,7 @@ Starting local Kubernetes cluster...
```shell
kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.10 --port=8080
```
```
deployment.apps/hello-minikube created
```