From a562a36c392f8230e37084072cddec73be361ed7 Mon Sep 17 00:00:00 2001 From: guangxuli Date: Thu, 27 Apr 2017 16:54:13 +0800 Subject: [PATCH] the proposal and api link should be updated --- docs/concepts/policy/security-context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/policy/security-context.md b/docs/concepts/policy/security-context.md index 17964d9ee0..f42ca7792a 100644 --- a/docs/concepts/policy/security-context.md +++ b/docs/concepts/policy/security-context.md @@ -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.