Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 745 Bytes

File metadata and controls

24 lines (19 loc) · 745 Bytes
vssueId layout description meta
112
LearningLayout
Kubernetes教程_为Pod容器组或Container容器配置Security Context安全上下文的_seLinuxOptions
name content
keywords
Kubernetes教程,K8S教程,Security Context,SecurityContext

为容器设置SELinux标签

Pod 或容器定义的 securityContextseLinuxOptions 字段是一个 SELinuxOptions 对象,该字段可用于为容器指定 SELinux 标签。如下所示:

securityContext:
  seLinuxOptions:
    level: "s0:c123,c456"

::: tip 为容器指定 SELinux 标签时,宿主节点的 SELinux 模块必须加载。 :::