Skip to content

Commit

Permalink
Explain RuntimeClass name in Pod Overhead concept (#45454)
Browse files Browse the repository at this point in the history
* empty-commit

* changed_ex_kata_fc

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update pod-overhead.md

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
AmarNathChary and sftim committed Apr 10, 2024
1 parent 31fb08a commit c25ceaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/en/docs/concepts/scheduling-eviction/pod-overhead.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ You need to make sure a `RuntimeClass` is utilized which defines the `overhead`

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

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

0 comments on commit c25ceaa

Please sign in to comment.