From 9d14a75378ab23b263fbbe654106419a95d46b77 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Tue, 24 Dec 2024 20:47:54 +0800 Subject: [PATCH] [zh-cn]sync device-plugins pid-limiting Signed-off-by: xin.li --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 2 +- content/zh-cn/docs/concepts/policy/pid-limiting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index 2b7f98fe12a94..8fcd495531034 100644 --- a/content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -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 diff --git a/content/zh-cn/docs/concepts/policy/pid-limiting.md b/content/zh-cn/docs/concepts/policy/pid-limiting.md index f1e0217e316dc..1558a40dd4628 100644 --- a/content/zh-cn/docs/concepts/policy/pid-limiting.md +++ b/content/zh-cn/docs/concepts/policy/pid-limiting.md @@ -99,7 +99,7 @@ Pod 级别的限制也无法保护节点代理任务自身不会受到 PID 耗 这些任务都在 Pod 及其所包含的容器之外运行。