Skip to content

Commit 7dcba3f

Browse files
committed
[zh] sync manage-resources-containers.md
1 parent 3ebc011 commit 7dcba3f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

content/zh/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ for ephemeral local storage.
720720
<!--
721721
The kubelet supports different ways to measure Pod storage use:
722722
723-
The kubelet performs regular, schedules checks that scan each
723+
The kubelet performs regular, scheduled checks that scan each
724724
`emptyDir` volume, container log directory, and writeable container layer.
725725
726726
The scan measures how much space is used.
@@ -1078,6 +1078,17 @@ spec:
10781078
example.com/foo: 1
10791079
```
10801080
1081+
<!--
1082+
## PID limiting
1083+
1084+
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.
1085+
-->
1086+
1087+
## PID 限制 {#pid-limiting}
1088+
1089+
进程 ID(PID)限制允许对 kubelet 进行配置,以限制给定 Pod 可以消耗的 PID 数量。
1090+
有关信息,请参见 [PID 限制](/zh/docs/concepts/policy/pid-limiting/)。
1091+
10811092
<!--
10821093
## Troubleshooting
10831094

0 commit comments

Comments
 (0)