From 2ed1a1351c0c88a63b6d50e1a5cca33034ca02b8 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Fri, 24 Mar 2017 18:25:28 +0800 Subject: [PATCH] fix command kubectl get serviceAccounts output fix command kubectl get serviceAccounts output --- docs/user-guide/service-accounts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/service-accounts.md b/docs/user-guide/service-accounts.md index 5fc2490297..44c5a3610e 100644 --- a/docs/user-guide/service-accounts.md +++ b/docs/user-guide/service-accounts.md @@ -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: