From ad4dc7c81da5aeea92a526c7ff250321c01198a6 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Wed, 27 Sep 2017 02:40:39 +0800 Subject: [PATCH] fix the typo of serviceaccount (#5533) * fix the typo of serviceaccount * update it --- .../configure-service-account.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/tasks/configure-pod-container/configure-service-account.md b/docs/tasks/configure-pod-container/configure-service-account.md index 3a3d4c3e7c..65a69ae8b4 100644 --- a/docs/tasks/configure-pod-container/configure-service-account.md +++ b/docs/tasks/configure-pod-container/configure-service-account.md @@ -146,18 +146,19 @@ Any tokens for non-existent service accounts will be cleaned up by the token con ```shell $ kubectl describe secrets/build-robot-secret -Name: build-robot-secret -Namespace: default -Labels: -Annotations: kubernetes.io/service-account.name=build-robot,kubernetes.io/service-account.uid=870ef2a5-35cf-11e5-8d06-005056b45392 +Name: build-robot-secret +Namespace: default +Labels: +Annotations: kubernetes.io/service-account.name=build-robot + kubernetes.io/service-account.uid=da68f9c6-9d26-11e7-b84e-002dc52800da -Type: kubernetes.io/service-account-token +Type: kubernetes.io/service-account-token Data ==== -ca.crt: 1220 bytes -token: ... -namespace: 7 bytes +ca.crt: 1338 bytes +namespace: 7 bytes +token: ... ``` **Note:** The content of `token` is elided here.