File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,12 @@ You need to make sure a `RuntimeClass` is utilized which defines the `overhead`
36
36
37
37
To work with Pod overhead, you need a RuntimeClass that defines the ` overhead ` field. As
38
38
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:
40
41
41
42
``` 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.
42
45
apiVersion : node.k8s.io/v1
43
46
kind : RuntimeClass
44
47
metadata :
You can’t perform that action at this time.
0 commit comments