fix the command output

fix the command output
This commit is contained in:
chenhuan12
2017-04-25 19:50:39 +08:00
committed by Andrew Chen
parent b0e5c1f195
commit 913b8f555e
@@ -125,8 +125,8 @@ Now create a node object internally in your Kubernetes cluster by running:
$ kubectl create -f ./node.json
$ kubectl get nodes
NAME LABELS STATUS
fed-node name=fed-node-label Unknown
NAME STATUS AGE
fed-node Unknown 4h
```
Please note that in the above, it only creates a representation for the node
@@ -172,8 +172,8 @@ done
```shell
kubectl get nodes
NAME LABELS STATUS
fed-node name=fed-node-label Ready
NAME STATUS AGE
fed-node Ready 4h
```
* Deletion of nodes: