Improvements for markdown formatting (#12193)

* Fixed markdown formatting

* Resolved usage of 'shell' instead of 'yaml'

* Removed unknown 'log' keyword
This commit is contained in:
Roy Lenferink
2019-01-14 03:14:44 +01:00
committed by Kubernetes Prow Robot
parent 10a75e3d72
commit 1bc0d7c385
6 changed files with 61 additions and 41 deletions
@@ -84,7 +84,7 @@ builder="john-doe"
Get a shell into the Container that is running in your Pod:
```
```shell
kubectl exec -it kubernetes-downwardapi-volume-example -- sh
```
@@ -177,7 +177,7 @@ kubectl create -f https://k8s.io/examples/pods/inject/dapi-volume-resources.yaml
Get a shell into the Container that is running in your Pod:
```
```shell
kubectl exec -it kubernetes-downwardapi-volume-example-2 -- sh
```