Merge pull request #5843 from soltysh/doc_fix

Fixed markdown in service_accounts.md
This commit is contained in:
Piotr Szczesniak 2015-03-24 15:30:20 +01:00
commit a36806c44f

View File

@ -20,7 +20,7 @@ They also may interact with services other than the Kubernetes API, such as:
## Design Overview ## Design Overview
A service account binds together several things: A service account binds together several things:
- a *name*, understood by users, and perhaps by peripheral systems, for an identity - a *name*, understood by users, and perhaps by peripheral systems, for an identity
- a *principal* that can be authenticated and (authorized)[../authorization.md] - a *principal* that can be authenticated and [authorized](../authorization.md)
- a [security context](./security_contexts.md), which defines the Linux Capabilities, User IDs, Groups IDs, and other - a [security context](./security_contexts.md), which defines the Linux Capabilities, User IDs, Groups IDs, and other
capabilities and controls on interaction with the file system and OS. capabilities and controls on interaction with the file system and OS.
- a set of [secrets](./secrets.md), which a container may use to - a set of [secrets](./secrets.md), which a container may use to