diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index 1f3f892007..e5be0f4d7e 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -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: