You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/scheduling-eviction/pod-overhead.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,10 @@ spec:
82
82
memory: 100Mi
83
83
```
84
84
85
+
{{< note >}}
86
+
If only `limits` are specified in the pod definition, kubelet will deduce `requests` from those limits and set them to be the same as the defined `limits`.
87
+
{{< /note >}}
88
+
85
89
At admission time the RuntimeClass [admission controller](/docs/reference/access-authn-authz/admission-controllers/)
86
90
updates the workload's PodSpec to include the `overhead` as described in the RuntimeClass. If the PodSpec already has this field defined,
87
91
the Pod will be rejected. In the given example, since only the RuntimeClass name is specified, the admission controller mutates the Pod
0 commit comments