We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e8123 commit 925d623Copy full SHA for 925d623
content/zh-cn/docs/tasks/configure-pod-container/security-context.md
@@ -367,7 +367,7 @@ and the Container have a `securityContext` field:
367
字段。`securityContext` 字段的取值是一个
368
[SecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#securitycontext-v1-core)
369
对象。你为 Container 设置的安全性配置仅适用于该容器本身,并且所指定的设置在与
370
-Pod 层面设置的内容发生重叠时,会重写Pod层面的设置。Container 层面的设置不会影响到 Pod 的卷。
+Pod 层面设置的内容发生重叠时,会重写 Pod 层面的设置。Container 层面的设置不会影响到 Pod 的卷。
371
372
下面是一个 Pod 的配置文件,其中包含一个 Container。Pod 和 Container 都有
373
`securityContext` 字段:
0 commit comments