From 073220ffa5814e40d1992e9ff7bda3e42fa8f2b7 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 25 Apr 2017 18:48:00 +0800 Subject: [PATCH] fix the command output fix the command output --- .../debug-application-introspection.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tasks/debug-application-cluster/debug-application-introspection.md b/docs/tasks/debug-application-cluster/debug-application-introspection.md index e7a8075ab1..6a71b83a86 100644 --- a/docs/tasks/debug-application-cluster/debug-application-introspection.md +++ b/docs/tasks/debug-application-cluster/debug-application-introspection.md @@ -263,11 +263,11 @@ Sometimes when debugging it can be useful to look at the status of a node -- for ```shell $ kubectl get nodes -NAME STATUS AGE -kubernetes-node-861h NotReady 1h -kubernetes-node-bols Ready 1h -kubernetes-node-st6x Ready 1h -kubernetes-node-unaj Ready 1h +NAME STATUS AGE VERSION +kubernetes-node-861h NotReady 1h v1.6.0+fff5156 +kubernetes-node-bols Ready 1h v1.6.0+fff5156 +kubernetes-node-st6x Ready 1h v1.6.0+fff5156 +kubernetes-node-unaj Ready 1h v1.6.0+fff5156 $ kubectl describe node kubernetes-node-861h Name: kubernetes-node-861h