From d9127b0b680f7a336adc85fad0ee2b3caa0b053f Mon Sep 17 00:00:00 2001 From: santosh1176 Date: Tue, 28 Jan 2025 18:38:55 +0530 Subject: [PATCH] Add note on PodLevelResources description Signed-off-by: santosh1176 --- .../docs/concepts/configuration/manage-resources-containers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/concepts/configuration/manage-resources-containers.md b/content/en/docs/concepts/configuration/manage-resources-containers.md index 563d4b9f92..526045b769 100644 --- a/content/en/docs/concepts/configuration/manage-resources-containers.md +++ b/content/en/docs/concepts/configuration/manage-resources-containers.md @@ -216,6 +216,8 @@ spec: {{< feature-state feature_gate_name="PodLevelResources" >}} +This feature can be enabled by setting the `PodLevelResources` [feature +gate](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/). The following Pod has an explicit request of 1 CPU and 100 MiB of memory, and an explicit limit of 1 CPU and 200 MiB of memory. The `pod-resources-demo-ctr-1` container has explicit requests and limits set. However, the