Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-cn]sync device-plugins pid-limiting #49228

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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