[zh] sync manage-resources-containers.md

This commit is contained in:
Arhell
2020-12-18 04:57:29 +02:00
parent 3ebc011588
commit 7dcba3fab7
@@ -720,7 +720,7 @@ for ephemeral local storage.
<!--
The kubelet supports different ways to measure Pod storage use:
The kubelet performs regular, schedules checks that scan each
The kubelet performs regular, scheduled checks that scan each
`emptyDir` volume, container log directory, and writeable container layer.
The scan measures how much space is used.
@@ -1078,6 +1078,17 @@ spec:
example.com/foo: 1
```
<!--
## PID limiting
Process ID (PID) limits allow for the configuration of a kubelet to limit the number of PIDs that a given Pod can consume. See [Pid Limiting](/docs/concepts/policy/pid-limiting/) for information.
-->
## PID 限制 {#pid-limiting}
进程 IDPID)限制允许对 kubelet 进行配置,以限制给定 Pod 可以消耗的 PID 数量。
有关信息,请参见 [PID 限制](/zh/docs/concepts/policy/pid-limiting/)。
<!--
## Troubleshooting