symbol errors

Signed-off-by: tim-zju <21651152@zju.edu.cn>
This commit is contained in:
tim-zju
2016-12-22 14:37:10 +08:00
parent a196d0df86
commit b27310d81a
29 changed files with 306 additions and 308 deletions
+3 -4
View File
@@ -11,7 +11,7 @@ A security context defines the operating system security settings (uid, gid, cap
There are two levels of security context: pod level security context, and container level security context.
## Pod Level Security Context
Setting security context at the pod applies those settings to all containers in the pod
Setting security context at the pod applies those settings to all containers in the pod
```yaml
apiVersion: v1
@@ -20,7 +20,7 @@ metadata:
name: hello-world
spec:
containers:
# specification of the pods containers
# specification of the pod's containers
# ...
securityContext:
fsGroup: 1234
@@ -82,7 +82,6 @@ spec:
```
Please refer to the
[API documentation](/docs/api-reference/v1/definitions/#_v1_securitycontext)
[API documentation](/docs/api-reference/v1/definitions/#_v1_securitycontext)
for a detailed listing and description of all the fields available
within the container security context.