Skip to content

Commit 3f0f56f

Browse files
authored
Changing note about limits without requests
this is true for all limits (not only CPU and memory but also ephemeral storage) https://github.com/kubernetes/kubernetes/blob/4d08582d1fa21e1f5887e73380001ac827371553/pkg/apis/core/v1/defaults.go#L159
1 parent b3dfe51 commit 3f0f56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runtimes can have different ways to implement the same restrictions.
4949
{{< note >}}
5050
If a container specifies its own memory limit, but does not specify a memory request, Kubernetes
5151
automatically assigns a memory request that matches the limit. Similarly, if a container specifies its own
52-
CPU limit, but does not specify a CPU request, Kubernetes automatically assigns a CPU request that matches
52+
CPU limit (or any other resource limit), but does not specify a CPU request, Kubernetes automatically assigns a CPU request that matches
5353
the limit.
5454
{{< /note >}}
5555

0 commit comments

Comments
 (0)