Skip to content

Commit

Permalink
[zh-cn]sync device-plugins pid-limiting
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 committed Dec 24, 2024
1 parent 823a18a commit 9d14a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ metadata:
spec:
containers:
- name: demo-container-1
image: registry.k8s.io/pause:2.0
image: registry.k8s.io/pause:3.8
resources:
limits:
hardware-vendor.example/foo: 2
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/docs/concepts/policy/pid-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Pod 级别的限制也无法保护节点代理任务自身不会受到 PID 耗
这些任务都在 Pod 及其所包含的容器之外运行。

<!--
PID limiting is a an important sibling to [compute
PID limiting is an important sibling to [compute
resource](/docs/concepts/configuration/manage-resources-containers/) requests
and limits. However, you specify it in a different way: rather than defining a
Pod's resource limit in the `.spec` for a Pod, you configure the limit as a
Expand Down

0 comments on commit 9d14a75

Please sign in to comment.