diff --git a/docs/getting-started-guides/centos/centos_manual_config.md b/docs/getting-started-guides/centos/centos_manual_config.md index fe3adc3bb7..d5780d9552 100644 --- a/docs/getting-started-guides/centos/centos_manual_config.md +++ b/docs/getting-started-guides/centos/centos_manual_config.md @@ -216,10 +216,10 @@ kubectl config use-context default-context ```shell $ kubectl get nodes -NAME LABELS STATUS -centos-minion-1 Ready -centos-minion-2 Ready -centos-minion-3 Ready +NAME STATUS AGE VERSION +centos-minion-1 Ready 3d v1.6.0+fff5156 +centos-minion-2 Ready 3d v1.6.0+fff5156 +centos-minion-3 Ready 3d v1.6.0+fff5156 ``` **The cluster should be running! Launch a test pod.**