Skip to content

Commit df266cd

Browse files
committed
Removed the dockershim section
1 parent 8b34063 commit df266cd

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

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

Lines changed: 5 additions & 20 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
@@ -107,16 +104,6 @@ to the behavior when the RuntimeClass feature is disabled.
107104

108105
For more details on setting up CRI runtimes, see [CRI installation](/docs/setup/production-environment/container-runtimes/).
109106

110-
#### dockershim
111-
112-
{{< feature-state for_k8s_version="v1.20" state="deprecated" >}}
113-
114-
Dockershim is deprecated as of Kubernetes v1.20, and will be removed in v1.24. For more information on the deprecation,
115-
see [dockershim deprecation](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
116-
117-
RuntimeClasses with dockershim must set the runtime handler to `docker`. Dockershim does not support
118-
custom configurable runtime handlers.
119-
120107
#### {{< glossary_tooltip term_id="containerd" >}}
121108

122109
Runtime handlers are configured through containerd's configuration at
@@ -177,10 +164,8 @@ Pod overhead is defined in RuntimeClass through the `overhead` fields. Through t
177164
you can specify the overhead of running pods utilizing this RuntimeClass and ensure these overheads
178165
are accounted for in Kubernetes.
179166
180-
181167
## {{% heading "whatsnext" %}}
182168
183-
184169
- [RuntimeClass Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md)
185170
- [RuntimeClass Scheduling Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md#runtimeclass-scheduling)
186171
- Read about the [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/) concept

0 commit comments

Comments
 (0)