From c83bf5fd38e25f9ea411de1e6dcaaade000dc9d1 Mon Sep 17 00:00:00 2001 From: chenhuan Date: Wed, 1 Aug 2018 10:16:39 +0800 Subject: [PATCH] fix the command output (#9697) fix the command output --- .../configure-pod-container/assign-pods-nodes.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md b/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md index d49cf907c1..c303b78570 100644 --- a/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md +++ b/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md @@ -28,10 +28,10 @@ Kubernetes cluster. The output is similar to this: ```shell - NAME STATUS AGE VERSION - worker0 Ready 1d v1.6.0+fff5156 - worker1 Ready 1d v1.6.0+fff5156 - worker2 Ready 1d v1.6.0+fff5156 + NAME STATUS ROLES AGE VERSION + worker0 Ready 1d v1.11.1 + worker1 Ready 1d v1.11.1 + worker2 Ready 1d v1.11.1 ``` 1. Chose one of your nodes, and add a label to it: @@ -50,10 +50,10 @@ Kubernetes cluster. The output is similar to this: ```shell - NAME STATUS AGE VERSION LABELS - worker0 Ready 1d v1.6.0+fff5156 ...,disktype=ssd,kubernetes.io/hostname=worker0 - worker1 Ready 1d v1.6.0+fff5156 ...,kubernetes.io/hostname=worker1 - worker2 Ready 1d v1.6.0+fff5156 ...,kubernetes.io/hostname=worker2 + NAME STATUS ROLES AGE VERSION LABELS + worker0 Ready 1d v1.11.1 ...,disktype=ssd,kubernetes.io/hostname=worker0 + worker1 Ready 1d v1.11.1 ...,kubernetes.io/hostname=worker1 + worker2 Ready 1d v1.11.1 ...,kubernetes.io/hostname=worker2 ``` In the preceding output, you can see that the `worker0` node has a