From afe1e2eee4c2d1e6bbb42fff6874b71fc54fd9f9 Mon Sep 17 00:00:00 2001 From: lIuDuI <1693291525@qq.com> Date: Mon, 21 Jan 2019 14:27:37 +0800 Subject: [PATCH] ZH-trans: add security-context.md (#12262) * ZH-trans: add security-context.md * Update security-context.md * Update security-context.md * Update security-context.md --- .../reference/glossary/security-context.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/zh/docs/reference/glossary/security-context.md b/content/zh/docs/reference/glossary/security-context.md index 7bdf99534a..31b99c635c 100755 --- a/content/zh/docs/reference/glossary/security-context.md +++ b/content/zh/docs/reference/glossary/security-context.md @@ -1,4 +1,18 @@ --- +title: 安全上下文(Security Context) +id: security-context +date: 2018-04-12 +full_link: /docs/tasks/configure-pod-container/security-context/ +short_description: > + securityContext 字段定义 Pod 或容器的特权和访问控制设置,包括运行时 UID 和 GID。 + +aka: +tags: +- security +--- + + + + +securityContext 字段定义 Pod 或容器的特权和访问控制设置,包括运行时 UID 和 GID。 + +{{< glossary_tooltip term_id="pod" >}} 或者容器中的 securityContext 字段(应用于所有容器)用于设置容器进程使用的用户(runAsUser)和组 (fsGroup)、权能字、特权设置和安全策略(SELinux/AppArmor/Seccomp)。 + + +