Merge pull request #1738 from ahmetalpbalkan/patch-6
Fix code block rendering issue
This commit is contained in:
commit
0d3e850b0c
|
|
@ -160,6 +160,7 @@ kubectl get pods busybox
|
||||||
```
|
```
|
||||||
|
|
||||||
You should see:
|
You should see:
|
||||||
|
|
||||||
```
|
```
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
busybox 1/1 Running 0 <some-time>
|
busybox 1/1 Running 0 <some-time>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue