Skip to content

Commit c25ceaa

Browse files
AmarNathCharyTim Bannister
andauthored
Explain RuntimeClass name in Pod Overhead concept (#45454)
* empty-commit * changed_ex_kata_fc * Update content/en/docs/concepts/scheduling-eviction/pod-overhead.md Co-authored-by: Tim Bannister <[email protected]> * Update pod-overhead.md --------- Co-authored-by: Tim Bannister <[email protected]>
1 parent 31fb08a commit c25ceaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/docs/concepts/scheduling-eviction/pod-overhead.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ You need to make sure a `RuntimeClass` is utilized which defines the `overhead`
3636

3737
To work with Pod overhead, you need a RuntimeClass that defines the `overhead` field. As
3838
an example, you could use the following RuntimeClass definition with a virtualization container
39-
runtime that uses around 120MiB per Pod for the virtual machine and the guest OS:
39+
runtime (in this example, Kata Containers combined with the Firecracker virtual machine monitor)
40+
that uses around 120MiB per Pod for the virtual machine and the guest OS:
4041

4142
```yaml
43+
# You need to change this example to match the actual runtime name, and per-Pod
44+
# resource overhead, that the container runtime is adding in your cluster.
4245
apiVersion: node.k8s.io/v1
4346
kind: RuntimeClass
4447
metadata:

0 commit comments

Comments
 (0)