del unnecessary parenthesis

This commit is contained in:
eulerzgy 2015-09-22 11:16:51 +08:00
parent 02b9930525
commit 239b121f1f

View File

@ -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