We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cddb5 commit d9127b0Copy full SHA for d9127b0
content/en/docs/concepts/configuration/manage-resources-containers.md
@@ -216,6 +216,8 @@ spec:
216
217
{{< feature-state feature_gate_name="PodLevelResources" >}}
218
219
+This feature can be enabled by setting the `PodLevelResources` [feature
220
+gate](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/).
221
The following Pod has an explicit request of 1 CPU and 100 MiB of memory, and an
222
explicit limit of 1 CPU and 200 MiB of memory. The `pod-resources-demo-ctr-1`
223
container has explicit requests and limits set. However, the
0 commit comments