Changing note about limits without requests

this is true for all limits (not only CPU and memory but also ephemeral storage)

4d08582d1f/pkg/apis/core/v1/defaults.go (L159)
pull/32326/head
Nir Rosenthal 2022-03-18 00:06:10 +02:00 committed by GitHub
parent b3dfe51819
commit 3f0f56f0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ runtimes can have different ways to implement the same restrictions.
{{< note >}}
If a container specifies its own memory limit, but does not specify a memory request, Kubernetes
automatically assigns a memory request that matches the limit. Similarly, if a container specifies its own
CPU limit, but does not specify a CPU request, Kubernetes automatically assigns a CPU request that matches
CPU limit (or any other resource limit), but does not specify a CPU request, Kubernetes automatically assigns a CPU request that matches
the limit.
{{< /note >}}