File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
content/en/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
reviewers :
3
- - tallclair
4
- - dchen1107
3
+ - tallclair
4
+ - dchen1107
5
5
title : Runtime Class
6
6
content_type : concept
7
7
weight : 20
@@ -16,9 +16,6 @@ This page describes the RuntimeClass resource and runtime selection mechanism.
16
16
RuntimeClass is a feature for selecting the container runtime configuration. The container runtime
17
17
configuration is used to run a Pod's containers.
18
18
19
-
20
-
21
-
22
19
<!-- body -->
23
20
24
21
## Motivation
@@ -62,12 +59,12 @@ The RuntimeClass resource currently only has 2 significant fields: the RuntimeCl
62
59
(` metadata.name ` ) and the handler (` handler ` ). The object definition looks like this:
63
60
64
61
``` yaml
65
- apiVersion : node.k8s.io/v1 # RuntimeClass is defined in the node.k8s.io API group
62
+ apiVersion : node.k8s.io/v1 # RuntimeClass is defined in the node.k8s.io API group
66
63
kind : RuntimeClass
67
64
metadata :
68
- name : myclass # The name the RuntimeClass will be referenced by
65
+ name : myclass # The name the RuntimeClass will be referenced by
69
66
# RuntimeClass is a non-namespaced resource
70
- handler : myconfiguration # The name of the corresponding CRI configuration
67
+ handler : myconfiguration # The name of the corresponding CRI configuration
71
68
` ` `
72
69
73
70
The name of a RuntimeClass object must be a valid
@@ -167,10 +164,8 @@ Pod overhead is defined in RuntimeClass through the `overhead` fields. Through t
167
164
you can specify the overhead of running pods utilizing this RuntimeClass and ensure these overheads
168
165
are accounted for in Kubernetes.
169
166
170
-
171
167
## {{% heading "whatsnext" %}}
172
168
173
-
174
169
- [RuntimeClass Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md)
175
170
- [RuntimeClass Scheduling Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md#runtimeclass-scheduling)
176
171
- Read about the [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/) concept
You can’t perform that action at this time.
0 commit comments