fix the command output
fix the command output
This commit is contained in:
@@ -125,8 +125,8 @@ 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 LABELS STATUS
|
NAME STATUS AGE
|
||||||
fed-node name=fed-node-label Unknown
|
fed-node Unknown 4h
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note that in the above, it only creates a representation for the node
|
Please note that in the above, it only creates a representation for the node
|
||||||
@@ -172,8 +172,8 @@ done
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl get nodes
|
kubectl get nodes
|
||||||
NAME LABELS STATUS
|
NAME STATUS AGE
|
||||||
fed-node name=fed-node-label Ready
|
fed-node Ready 4h
|
||||||
```
|
```
|
||||||
|
|
||||||
* Deletion of nodes:
|
* Deletion of nodes:
|
||||||
|
|||||||
Reference in New Issue
Block a user