From 239b121f1feeef826d33dc244879fa919ff61d68 Mon Sep 17 00:00:00 2001 From: eulerzgy Date: Tue, 22 Sep 2015 11:16:51 +0800 Subject: [PATCH] del unnecessary parenthesis --- docs/admin/service-accounts-admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/service-accounts-admin.md b/docs/admin/service-accounts-admin.md index d396e1f2c80..f6462cc2a0a 100644 --- a/docs/admin/service-accounts-admin.md +++ b/docs/admin/service-accounts-admin.md @@ -46,7 +46,7 @@ for a number of reasons: - User accounts are for humans. Service accounts are for processes, which run in pods. - User accounts are intended to be global. Names must be unique across all - namespaces of a cluster, future user resource will not be namespaced). + namespaces of a cluster, future user resource will not be namespaced. Service accounts are namespaced. - Typically, a cluster's User accounts might be synced from a corporate database, where new user account creation requires special privileges and