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 8fa7cbc commit 25d3b7cCopy full SHA for 25d3b7c
content/en/docs/concepts/scheduling-eviction/pod-overhead.md
@@ -68,7 +68,6 @@ spec:
68
stdin: true
69
tty: true
70
resources:
71
- # Note: If only limits are specified, kubelet will deduce requests from those limits and set them to be the same as the limits.
72
limits:
73
cpu: 500m
74
memory: 100Mi
@@ -98,6 +97,10 @@ The output is:
98
97
map[cpu:250m memory:120Mi]
99
```
100
+{{< note >}}
101
+If only `limits` are specified, kubelet will deduce `requests` from those limits and set them to be the same as the defined `limits`.
102
+{{< /note >}}
103
+
104
If a [ResourceQuota](/docs/concepts/policy/resource-quotas/) is defined, the sum of container requests as well as the
105
`overhead` field are counted.
106
0 commit comments