You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/concepts/configuration/manage-resources-containers.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -720,7 +720,7 @@ for ephemeral local storage.
720
720
<!--
721
721
The kubelet supports different ways to measure Pod storage use:
722
722
723
-
The kubelet performs regular, schedules checks that scan each
723
+
The kubelet performs regular, scheduled checks that scan each
724
724
`emptyDir` volume, container log directory, and writeable container layer.
725
725
726
726
The scan measures how much space is used.
@@ -1078,6 +1078,17 @@ spec:
1078
1078
example.com/foo: 1
1079
1079
```
1080
1080
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 数量。
0 commit comments