Skip to content

Commit a0c157b

Browse files
authored
Merge pull request #49227 from my-git9/np-25032
[zh-cn]sync manage-resources-containers quota-api-object
2 parents 452985e + b280c0d commit a0c157b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ resource requests/limits of that type for each container in the Pod.
212212

213213
<!--
214214
Starting in Kubernetes 1.32, you can also specify resource requests and limits at
215-
the Pod level. the Pod level. At Pod level, Kubernetes {{< skew currentVersion >}}
215+
the Pod level. At Pod level, Kubernetes {{< skew currentVersion >}}
216216
only supports resource requests or limits for specific resource types: `cpu` and /
217217
or `memory`. This feature is currently in alpha and with the feature enabled,
218218
Kubernetes allows you to declare an overall resource budget for the Pod, which is

content/zh-cn/docs/tasks/administer-cluster/quota-api-object.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,14 @@ kubectl delete namespace quota-object-example
244244
245245
* [Assign CPU Resources to Containers and Pods](/docs/tasks/configure-pod-container/assign-cpu-resource/)
246246
247+
* [Assign Pod-level CPU and memory resources](/docs/tasks/configure-pod-container/assign-pod-level-resources/)
248+
247249
* [Configure Quality of Service for Pods](/docs/tasks/configure-pod-container/quality-service-pod/)
248250
-->
249251

250252
### 应用开发者参考 {#for-app-developers}
251253

252254
* [为容器和 Pod 分配内存资源](/zh-cn/docs/tasks/configure-pod-container/assign-memory-resource/)
253255
* [为容器和 Pod 分配 CPU 资源](/zh-cn/docs/tasks/configure-pod-container/assign-cpu-resource/)
256+
* [分配 Pod 级别的 CPU 和内存资源](/zh-cn/docs/tasks/configure-pod-container/assign-pod-level-resources/)
254257
* [为 Pod 配置服务质量](/zh-cn/docs/tasks/configure-pod-container/quality-service-pod/)

0 commit comments

Comments
 (0)