From cd7b1898f973dbfd31b3948cf701b1bf900e510e Mon Sep 17 00:00:00 2001 From: tanshanshan Date: Thu, 30 Aug 2018 13:48:18 +0800 Subject: [PATCH] fix the command output (#10142) I have verified on version v1.11 --- .../configure-pod-container/configure-service-account.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/configure-pod-container/configure-service-account.md b/content/en/docs/tasks/configure-pod-container/configure-service-account.md index bb0f547be7..4065738187 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-service-account.md +++ b/content/en/docs/tasks/configure-pod-container/configure-service-account.md @@ -99,7 +99,7 @@ kind: ServiceAccount metadata: name: build-robot EOF -serviceaccount "build-robot" created +serviceaccount/build-robot created ``` If you get a complete dump of the service account object, like this: @@ -151,7 +151,7 @@ metadata: kubernetes.io/service-account.name: build-robot type: kubernetes.io/service-account-token EOF -secret "build-robot-secret" created +secret/build-robot-secret created ``` Now you can confirm that the newly built secret is populated with an API token for the "build-robot" service account.