Improvements for markdown formatting (#12193)
* Fixed markdown formatting * Resolved usage of 'shell' instead of 'yaml' * Removed unknown 'log' keyword
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
10a75e3d72
commit
1bc0d7c385
+2
-2
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user