fix the typo of serviceaccount (#5533)

* fix the typo of serviceaccount

* update it
pull/5642/merge
jianglingxia 2017-09-27 02:40:39 +08:00 committed by Andrew Chen
parent 5b9c1d91ac
commit ad4dc7c81d
1 changed files with 9 additions and 8 deletions

View File

@ -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: <none>
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: <none>
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.