mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Improve markdown highlighting in docker getting started guide.
This commit is contained in:
parent
bfd85cefad
commit
1bc91a3c72
@ -100,7 +100,7 @@ kubectl get nodes
|
|||||||
|
|
||||||
This should print:
|
This should print:
|
||||||
|
|
||||||
```
|
```console
|
||||||
NAME LABELS STATUS
|
NAME LABELS STATUS
|
||||||
127.0.0.1 <none> Ready
|
127.0.0.1 <none> Ready
|
||||||
```
|
```
|
||||||
@ -123,7 +123,7 @@ kubectl expose rc nginx --port=80
|
|||||||
|
|
||||||
This should print:
|
This should print:
|
||||||
|
|
||||||
```
|
```console
|
||||||
NAME LABELS SELECTOR IP PORT(S)
|
NAME LABELS SELECTOR IP PORT(S)
|
||||||
nginx <none> run=nginx <ip-addr> 80/TCP
|
nginx <none> run=nginx <ip-addr> 80/TCP
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user