From f950f0977e67117e87643ffa5b0847d2b2457563 Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Thu, 4 Oct 2018 10:40:34 +0800 Subject: [PATCH] update version info (#10408) --- .../debug-application-introspection.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/debug-application-cluster/debug-application-introspection.md b/content/en/docs/tasks/debug-application-cluster/debug-application-introspection.md index ca5b4c8e39e..955164e24ae 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-application-introspection.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-application-introspection.md @@ -258,10 +258,10 @@ Sometimes when debugging it can be useful to look at the status of a node -- for ```shell $ kubectl get nodes NAME STATUS ROLES AGE VERSION -kubernetes-node-861h NotReady 1h v1.11.1 -kubernetes-node-bols Ready 1h v1.11.1 -kubernetes-node-st6x Ready 1h v1.11.1 -kubernetes-node-unaj Ready 1h v1.11.1 +kubernetes-node-861h NotReady 1h v1.12.0 +kubernetes-node-bols Ready 1h v1.12.0 +kubernetes-node-st6x Ready 1h v1.12.0 +kubernetes-node-unaj Ready 1h v1.12.0 ``` ```shell