Skip to content

Commit aef1728

Browse files
authored
Merge pull request #31520 from Midas847/opensource-contribution
Remove dockershim section from Runtime Class concept
2 parents e021e42 + df266cd commit aef1728

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

content/en/docs/concepts/containers/runtime-class.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
reviewers:
3-
- tallclair
4-
- dchen1107
3+
- tallclair
4+
- dchen1107
55
title: Runtime Class
66
content_type: concept
77
weight: 20
@@ -16,9 +16,6 @@ This page describes the RuntimeClass resource and runtime selection mechanism.
1616
RuntimeClass is a feature for selecting the container runtime configuration. The container runtime
1717
configuration is used to run a Pod's containers.
1818

19-
20-
21-
2219
<!-- body -->
2320

2421
## Motivation
@@ -62,12 +59,12 @@ The RuntimeClass resource currently only has 2 significant fields: the RuntimeCl
6259
(`metadata.name`) and the handler (`handler`). The object definition looks like this:
6360

6461
```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
6663
kind: RuntimeClass
6764
metadata:
68-
name: myclass # The name the RuntimeClass will be referenced by
65+
name: myclass # The name the RuntimeClass will be referenced by
6966
# 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
7168
```
7269
7370
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
167164
you can specify the overhead of running pods utilizing this RuntimeClass and ensure these overheads
168165
are accounted for in Kubernetes.
169166
170-
171167
## {{% heading "whatsnext" %}}
172168
173-
174169
- [RuntimeClass Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md)
175170
- [RuntimeClass Scheduling Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md#runtimeclass-scheduling)
176171
- Read about the [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/) concept

0 commit comments

Comments
 (0)