fix the command output

fix the command output
This commit is contained in:
chenhuan12
2017-05-26 09:50:53 +08:00
committed by Andrew Chen
parent 9ab964f4c7
commit f5d455edee
@@ -125,7 +125,7 @@ Now create a node object internally in your Kubernetes cluster by running:
$ kubectl create -f ./node.json $ kubectl create -f ./node.json
$ kubectl get nodes $ kubectl get nodes
NAME STATUS AGE NAME STATUS AGE VERSION
fed-node Unknown 4h fed-node Unknown 4h
``` ```
@@ -172,7 +172,7 @@ done
```shell ```shell
kubectl get nodes kubectl get nodes
NAME STATUS AGE NAME STATUS AGE VERSION
fed-node Ready 4h fed-node Ready 4h
``` ```