Deprecation complete: secrets/index ... (#3554)

This commit is contained in:
Steve Perry
2017-04-26 17:13:34 -07:00
committed by GitHub
parent b37b5d1957
commit 92b6057d9c
18 changed files with 27 additions and 89 deletions
@@ -2,6 +2,9 @@
assignees:
- pweil-
title: Pod Security Policies
redirect_from:
- "/docs/user-guide/pod-security-policy/"
- "/docs/user-guide/pod-security-policy/index.html"
---
Objects of type `PodSecurityPolicy` govern the ability
+3
View File
@@ -4,6 +4,9 @@ assignees:
- mikedanese
- thockin
title: Security Context
redirect_from:
- "/docs/user-guide/security-context/"
- "/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.