File tree Expand file tree Collapse file tree
content/zh-cn/docs/tasks/configure-pod-container Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -756,11 +756,11 @@ exit
756756
757757With [Linux capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html),
758758you 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
762762First, 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
You can’t perform that action at this time.
0 commit comments