Callouts and other small formatting (#5022)

* Removing Extra Spaces

Issue 4602 | Configure Pods and Containers

* Update security-context.md

Adding callouts

* Update security-context.md

* Adding callout and fixing code block

* Removing extra space

* Adding callout

* Addling callouts

* Update assign-cpu-resource.md

* Adding callout

* Update configure-persistent-volume-storage.md

* Update configure-service-account.md

* Update quality-service-pod.md

* Update security-context.md
This commit is contained in:
Cody Clark
2017-08-17 16:19:24 -07:00
committed by Steve Perry
parent c5ad73c2d8
commit 7c4e01887b
9 changed files with 28 additions and 19 deletions
@@ -11,10 +11,11 @@ A service account provides an identity for processes that run in a Pod.
*This is a user introduction to Service Accounts. See also the
[Cluster Admin Guide to Service Accounts](/docs/admin/service-accounts-admin).*
*Note: This document describes how service accounts behave in a cluster set up
**Note:** This document describes how service accounts behave in a cluster set up
as recommended by the Kubernetes project. Your cluster administrator may have
customized the behavior in your cluster, in which case this documentation may
not apply.*
not apply.
{: .note}
When you (a human) access the cluster (e.g. using `kubectl`), you are
authenticated by the apiserver as a particular User Account (currently this is
@@ -159,7 +160,8 @@ token: ...
namespace: 7 bytes
```
> Note that the content of `token` is elided here.
**Note:** The content of `token` is elided here.
{: .note}
## Add ImagePullSecrets to a service account
@@ -180,6 +182,7 @@ kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregis
```
Interactive version requiring manual edit:
```shell
$ kubectl get serviceaccounts default -o yaml > ./sa.yaml
$ cat sa.yaml