fix command kubectl get serviceAccounts output

fix command kubectl get serviceAccounts output
This commit is contained in:
chenhuan12
2017-03-24 18:25:28 +08:00
committed by Andrew Chen
parent dfbd0b16b4
commit 2ed1a1351c
+2 -2
View File
@@ -41,8 +41,8 @@ You can list this and any other serviceAccount resources in the namespace with t
```shell
$ kubectl get serviceAccounts
NAME SECRETS
default 1
NAME SECRETS AGE
default 1 1d
```
You can create additional serviceAccounts like this: