Skip to content

Commit ada2ca6

Browse files
committed
[zh-cn]sync security-context
Signed-off-by: xin.li <[email protected]>
1 parent 77a8ccc commit ada2ca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/zh-cn/docs/tasks/configure-pod-container/security-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,11 +756,11 @@ exit
756756
757757
With [Linux capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html),
758758
you can grant certain privileges to a process without granting all the privileges
759-
of the root user. To add or remove Linux capabilities for a Container, include the
759+
of the root user. To add or drop Linux capabilities for a Container, include the
760760
`capabilities` field in the `securityContext` section of the Container manifest.
761761
762762
First, see what happens when you don't include a `capabilities` field.
763-
Here is configuration file that does not add or remove any Container capabilities:
763+
Here is configuration file that does not add or drop any Container capabilities:
764764
-->
765765
## 为 Container 设置权能 {#set-capabilities-for-a-container}
766766

0 commit comments

Comments
 (0)