File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ resource requests/limits of that type for each container in the Pod.
212
212
213
213
<!--
214
214
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 >}}
216
216
only supports resource requests or limits for specific resource types: `cpu` and /
217
217
or `memory`. This feature is currently in alpha and with the feature enabled,
218
218
Kubernetes allows you to declare an overall resource budget for the Pod, which is
Original file line number Diff line number Diff line change @@ -244,11 +244,14 @@ kubectl delete namespace quota-object-example
244
244
245
245
* [Assign CPU Resources to Containers and Pods](/docs/tasks/configure-pod-container/assign-cpu-resource/)
246
246
247
+ * [Assign Pod-level CPU and memory resources](/docs/tasks/configure-pod-container/assign-pod-level-resources/)
248
+
247
249
* [Configure Quality of Service for Pods](/docs/tasks/configure-pod-container/quality-service-pod/)
248
250
-->
249
251
250
252
### 应用开发者参考 {#for-app-developers}
251
253
252
254
* [ 为容器和 Pod 分配内存资源] ( /zh-cn/docs/tasks/configure-pod-container/assign-memory-resource/ )
253
255
* [ 为容器和 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/ )
254
257
* [ 为 Pod 配置服务质量] ( /zh-cn/docs/tasks/configure-pod-container/quality-service-pod/ )
You can’t perform that action at this time.
0 commit comments