the proposal and api link should be updated

pull/3560/head^2
guangxuli 2017-04-27 16:54:13 +08:00 committed by Andrew Chen
parent 8b99043839
commit a562a36c39
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ redirect_from:
- "/docs/user-guide/security-context.html"
---
A security context defines the operating system security settings (uid, gid, capabilities, SELinux role, etc..) applied to a container. See [security context design](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security-context-constraints.md) for more details.
A security context defines the operating system security settings (uid, gid, capabilities, SELinux role, etc..) applied to a container. See [security context design](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md) for more details.
There are two levels of security context: pod level security context, and container level security context.
@ -32,7 +32,7 @@ spec:
level: "s0:c123,c456"
```
Please refer to the [API documentation](/docs/api-reference/v1.6/#pod-v1-coresecuritycontext) for a detailed listing and
Please refer to the [API documentation](https://kubernetes.io/docs/api-reference/v1.6/#podsecuritycontext-v1-core) for a detailed listing and
description of all the fields available within the pod security
context.