Merge pull request #31520 from Midas847/opensource-contribution

Remove dockershim section from Runtime Class concept
This commit is contained in:
Kubernetes Prow Robot
2022-02-22 07:45:16 -08:00
committed by GitHub
@@ -16,9 +16,6 @@ This page describes the RuntimeClass resource and runtime selection mechanism.
RuntimeClass is a feature for selecting the container runtime configuration. The container runtime RuntimeClass is a feature for selecting the container runtime configuration. The container runtime
configuration is used to run a Pod's containers. configuration is used to run a Pod's containers.
<!-- body --> <!-- body -->
## Motivation ## Motivation
@@ -167,10 +164,8 @@ Pod overhead is defined in RuntimeClass through the `overhead` fields. Through t
you can specify the overhead of running pods utilizing this RuntimeClass and ensure these overheads you can specify the overhead of running pods utilizing this RuntimeClass and ensure these overheads
are accounted for in Kubernetes. are accounted for in Kubernetes.
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}
- [RuntimeClass Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md) - [RuntimeClass Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md)
- [RuntimeClass Scheduling Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md#runtimeclass-scheduling) - [RuntimeClass Scheduling Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md#runtimeclass-scheduling)
- Read about the [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/) concept - Read about the [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/) concept