Merge pull request #32326 from nirroz93/patch-2

Changing note about limits without requests
This commit is contained in:
Kubernetes Prow Robot
2022-04-30 10:11:12 -07:00
committed by GitHub
@@ -47,10 +47,9 @@ or by enforcement (the system prevents the container from ever exceeding the lim
runtimes can have different ways to implement the same restrictions. runtimes can have different ways to implement the same restrictions.
{{< note >}} {{< note >}}
If a container specifies its own memory limit, but does not specify a memory request, Kubernetes If you specify a limit for a resource, but do not specify any request, and no admission-time
automatically assigns a memory request that matches the limit. Similarly, if a container specifies its own mechanism has applied a default request for that resource, then Kubernetes copies the limit
CPU limit, but does not specify a CPU request, Kubernetes automatically assigns a CPU request that matches you specified and uses it as the requested value for the resource.
the limit.
{{< /note >}} {{< /note >}}
## Resource types ## Resource types