fix the command output (#10142)

I have verified on version v1.11
This commit is contained in:
tanshanshan
2018-08-30 13:48:18 +08:00
committed by k8s-ci-robot
parent 02aba0ffd5
commit cd7b1898f9
@@ -99,7 +99,7 @@ kind: ServiceAccount
metadata: metadata:
name: build-robot name: build-robot
EOF EOF
serviceaccount "build-robot" created serviceaccount/build-robot created
``` ```
If you get a complete dump of the service account object, like this: 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 kubernetes.io/service-account.name: build-robot
type: kubernetes.io/service-account-token type: kubernetes.io/service-account-token
EOF 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. Now you can confirm that the newly built secret is populated with an API token for the "build-robot" service account.